bigger update

This commit is contained in:
2023-06-17 15:58:42 +02:00
parent 5c1910292e
commit 03d46cb73a
19 changed files with 384 additions and 0 deletions

11
templates/project.html Normal file
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 %}