{% extends "base.html" %} {% block content %} {{ page.title }} {% if page.meta["hide-toc"] %} {{ page.content }} {% else %} {{ page.content }} Contents {% for toc_item in page.toc %} {{ toc_item.title }} {% for toc_item in toc_item.children %} {{ toc_item.title }} {% endfor %} {% endfor %} {% endif %} {% if page.meta["hide-footer"] %} {% else %} {% endif %} {% endblock %}