Initial commit

This commit is contained in:
ZettaScript
2022-09-26 07:46:56 +02:00
commit 447192dfdc
14 changed files with 151 additions and 0 deletions

12
templates/index.html Normal file
View File

@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block title %}{{ config.extra.sitename|safe }}{% endblock title %}
{% block head %}
{% endblock head %}
{% block body %}
<main>
{{section.content | safe}}
</main>
{% endblock body %}