Files
site_internet/templates/page.html
2026-03-06 18:55:43 +01:00

12 lines
129 B
HTML

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