kitoy.me/templates/contact.html

12 lines
215 B
HTML
Raw Normal View History

{% extends "index.html" %}
{% import "post_macros.html" as post_macros %}
{% block content %}
2023-10-06 05:14:12 +02:00
<h2 class="titre"> {{ page.title }} </h2>
{{ post_macros::polish(content=page.content) }}
{%- endblock content %}