blog/templates/apropos.html
oiseauroch fa0c6f3d64 test
2023-03-31 21:59:07 +02:00

10 lines
183 B
HTML

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