{%- if page.extra.toc is defined %} {%- set page_toc = page.extra.toc %} {%- elif section.extra.toc is defined %} {%- set page_toc = section.extra.toc %} {%- elif config.extra.toc is defined %} {%- set page_toc = config.extra.toc %} {%- endif %} {%- if page_toc and (page.toc or section.toc) %}
{{ m_i18n::tr(key=`word_toc`, lk=g_lang_k, d=g_trans_d) }}
    {%- for h1 in page.toc | default(value=section.toc) %}
  • {{ h1.title }} {%- if h1.children %} {%- endif %}
  • {%- endfor %}
{%- endif %}