bigger update

This commit is contained in:
fr
2023-06-17 16:04:09 +02:00
parent 5c1910292e
commit 03d46cb73a
19 changed files with 384 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block content %}
<section>
<h1>{{ page.title }}</h1>
{{ page.description }}
</section>
<section>
{{ page.content | safe }}
</section>
{% endblock content %}