{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "wiki.html" %} {% block menu %} {{ super() }} {% include 'snippets/menu.html' %} {% include 'snippets/menutree.html' %} {% endblock %} {% block navbardropdown %} {% include 'snippets/navbardropdown_rename_remove.html' %} {{ super() }} {% endblock %} {% block body_attrs %}data-index-path="{{ pagepath | slugify(keep_slashes=True) }}"{% endblock %} {% block content %}

Page Index

{% with hide_toc=True %} {% include 'snippets/pageindex.html' %} {% endwith %}
{% endblock content %}