zola/test_site/templates/rebuild.html

8 lines
203 B
HTML
Raw Permalink Normal View History

{# 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 %}