site-gypsy/themes/default/templates/programmation.html
Adrian Amaglio 8b1816e05f new step
2023-03-12 01:53:18 +01:00

13 lines
210 B
HTML

{% extends "page.html" %}
{% block content %}
<div class="padding"></div>
<section>
<h1>{{ page.title }}</h1>
<div id="programmation">
{{ page.content }}
</div>
</section>
{% endblock %}