Files
irma-website/_layouts/blocks.html
2018-06-21 16:14:50 -04:00

5 lines
147 B
HTML

{% include head.html %}
{% for section in page.page_sections %}
{% include block-{{ section.block }}.html %}
{% endfor %}
{% include footer.html %}