2018-01-10 00:24:44 +01:00
|
|
|
{% extends "index.html" %}
|
|
|
|
|
2023-10-27 18:03:25 +02:00
|
|
|
{% block title %}
|
|
|
|
<title>{{ page.title }} - {{ config.title }}</title>
|
|
|
|
{% endblock title %}
|
|
|
|
|
2018-01-10 00:24:44 +01:00
|
|
|
{% block content %}
|
|
|
|
{{ page.content | safe }}
|
|
|
|
{% endblock content %}
|