{#- vim: set et ts=8 sts=4 sw=4 ai: -#} {% extends "wiki.html" %} {%block head %} {{ super() }} {%-if revision %} {%-endif%} {% endblock %} {% block body_attrs %}data-page-path="{{ pagepath | slugify(keep_slashes=True) }}"{% endblock %} {% block js %} {{ super() }} {% include 'snippets/renderer_js.html' %} {% endblock %} {% block menu %} {{ super() }} {% include 'snippets/menu.html' %} {% include 'snippets/menutree.html' %} {{plugin_sidebar_left_inject(pagepath)|safe}} {% endblock %} {# #} {% block navbardropdown %} Attachments History Blame {% if has_permission('READ') and not has_permission('WRITE') %} View Source {% endif %} {% include 'snippets/navbardropdown_rename_remove.html' %} {{ super() }} {% endblock %} {# #} {% block navbar %} {% if has_permission('WRITE') %} {% elif not current_user.is_authenticated %} {% endif %} {% endblock %} {# #} {% block extra_nav -%} {{ super() }} {{plugin_sidebar_right_inject(pagepath)|safe}} {%- endblock %} {# #} {% block content %}
{{htmlcontent|safe}}
{{content}} {% endblock %}