{#- vim: set et ts=8 sts=4 sw=4 ai: -#} {% extends "wiki.html" %} {% block menu %} {% include "snippets/documentation-menu.html" %} {% if toc %}
{% endif %} {% endblock %} {% block extra_nav -%} {% for count, html, level, text, anchor in toc %} {{text}} {% endfor %} {%- endblock %} {% block js %} {{ super() }} {# force load libraries in help/documentation pages #} {% set force_load_libraries = true %} {% include 'snippets/renderer_js.html' %} {% endblock %} {% block content %}