edgarluque.com/templates/page.html

10 lines
148 B
HTML
Raw Permalink Normal View History

2021-12-23 16:38:19 +00:00
{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ page.title | safe }}
</h1>
{{ page.content | safe }}
2023-12-29 13:29:31 +00:00
{% endblock content %}