edgarluque.com/templates/page.html
2021-12-23 17:38:19 +01:00

8 lines
146 B
HTML

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