Update templates

This commit is contained in:
2026-02-09 16:55:55 +00:00
parent 26c09eadd2
commit 49c7d3eddf
8 changed files with 33 additions and 18 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
{% include 'header.html' %}
{% extends 'main.html' %}
{% block content %}
<main>
<section id="article">
<h1>{{ metadata.title}} </h1>
@@ -7,4 +9,4 @@
{{post|safe}}
</section>
</main>
{% include 'footer.html' %}
{% endblock %}