{#- vim: set et ts=8 sts=4 sw=4 ai: -#} {% extends "layout.html" %} {% block menu %} Home {% if has_permission('READ') %} A - Z {% endif %} {% if has_permission('WRITE') %} Create page {% endif %}
{% endblock %} {% block navbardropdown %} {% if has_permission('WRITE') %} Create page {% endif %} {% if has_permission('READ') %} Changelog {% endif %} Documentation {{ super() }} {% endblock %} {##} {% block breadcrumbs %} {% if breadcrumbs %} {% endif %} {% if danger_alert %} {% endif %} {% endblock %} {##} {% block extra_nav -%} {%- include 'snippets/toc.html' -%} {%- endblock %}