feat(pages+content): semantic html

This commit is contained in:
2024-10-16 13:00:48 +02:00
parent bd33f68440
commit 8392e377df
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
{% endblock %}
{% block main %}
<article>
<h1>{{ page.title | safe }}</h1>
<p>{{ page.content | safe }}</p>
</article>
{% endblock %}