Back to Zola

{{ page.title }}

test_site/templates/rebuild.html

0.22.1192 B
Original Source

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

{{ page.title }}

{%- endfor %}