{#- 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 {% if has_permission('READ') and not has_permission('WRITE') %} Blame {% endif %} {% if has_permission('WRITE') %} View Source Rename {% endif %} Delete
{{ super() }} {% endblock %} {# #} {% block navbar %} {% if has_permission('WRITE') %} {% elif not current_user.is_authenticated %} {% endif %} {% endblock %} {# #} {% block content %}