site-gypsy/themes/default/templates/galerie.html
Adrian Amaglio 83ca85dac0 init
2023-03-02 08:57:42 +01:00

13 lines
229 B
HTML

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