1
0
Fork 0
yinghong-massage.de/templates/page.html
2023-05-31 12:03:41 +02:00

7 lines
143 B
HTML

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