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