{%- macro page_header(pageTitle, path_to_root, texturl) -%} {{ pageTitle }} (view as text)
  
{%- endmacro -%}

{%- macro chunks(entries) -%}
{%- for entry in entries -%}
    {{ entry.text|e }}
{%- endfor -%}
{%- endmacro -%}

{%- macro page_footer() -%}
{%- endmacro -%}