{% if current_page.title != '**HIDDEN**' %}

{{ current_page.title }}

{% endif %}

TABLE OF CONTENTS

    {% for toc_item in toc %} {% for toc_item in toc_item.children %}
  • {{ toc_item.title }}
  • {% endfor %} {% endfor %}