Files
sukr/templates/page.html
2026-01-31 15:13:24 -07:00

7 lines
189 B
HTML

{% extends "base.html" %} {% block content %}
<article class="page">
<h1>{{ page.title }}</h1>
<section class="content">{{ content | safe }}</section>
</article>
{% endblock content %}