website/templates/index.html
ZettaScript e060604096
Charte
2022-09-26 23:42:42 +02:00

13 lines
231 B
HTML

{% extends "base.html" %}
{% block title %}{{ config.extra.sitename|safe }}{% endblock title %}
{% block head %}
{% endblock head %}
{% block body %}
<main class="center">
{{section.content | safe}}
</main>
{% endblock body %}