website/templates/index.html

13 lines
216 B
HTML
Raw Normal View History

2022-09-26 05:46:56 +00:00
{% extends "base.html" %}
{% block title %}{{ config.extra.sitename|safe }}{% endblock title %}
{% block head %}
{% endblock head %}
{% block body %}
<main>
{{section.content | safe}}
</main>
{% endblock body %}