zola/test_site/templates/rebuild.html
2018-01-29 18:40:12 +01:00

8 lines
203 B
HTML

{# Testing that global functions/section get reloaded properly #}
{% set section = get_section(path="rebuild/_index.md") %}
{% for page in section.pages -%}
<h1>{{ page.title }}</h1>
{%- endfor %}