chambery_ctt/themes/contraception/templates/index.html
2025-02-24 17:57:48 +01:00

10 lines
174 B
HTML
Executable File

{% extends "base.html" %}
{% block content %}
{% for page in pages %}
{% if page.slug == 'index'%}
{{page.content }}
{% endif %}
{% endfor %}
{% endblock content %}