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