{{ page.title }}
{%- if page.date -%} {%- if page.updated -%} • {%- endif -%} {%- if page.authors -%} • {{ macros_translate::translate(key="author", default="Author", language_strings=language_strings) }}: {{ page.authors[0] }} {%- endif -%} {%- if page.taxonomies -%} {%- for name, taxon in page.taxonomies -%} • {%- endfor -%} {%- endif -%} {%- endif -%} {%- if page.extra.archive -%}{{ macros_translate::translate(key="table_of_contents", default="Table of Contents", language_strings=language_strings) }}
-
{%- for h1 in page.toc -%}
-
{{ h1.title }}
{%- if h1.children -%}
-
{%- for h2 in h1.children -%}
- {{ h2.title }} {%- endfor -%}
{%- endfor -%}