chambery_ctt/themes/contraception/templates/index.html

10 lines
174 B
HTML
Raw Normal View History

2024-02-13 13:27:26 +00:00
{% extends "base.html" %}
{% block content %}
{% for page in pages %}
{% if page.slug == 'index'%}
{{page.content }}
{% endif %}
{% endfor %}
{% endblock content %}