premier commit

This commit is contained in:
2026-03-06 18:55:43 +01:00
commit 735f81894d
16 changed files with 191 additions and 0 deletions

11
templates/page.html Normal file
View File

@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block content %}
<h1>
{{ page.title }}
</h1>
{{ page.content | safe }}
{% endblock content %}