mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
5 lines
147 B
HTML
5 lines
147 B
HTML
{% include head.html %}
|
|
{% for section in page.page_sections %}
|
|
{% include block-{{ section.block }}.html %}
|
|
{% endfor %}
|
|
{% include footer.html %} |