{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "page.html" %} {# Head #} {% block head %} {% endblock %} {% block navbarsearch %} {#- disable search block #} {% endblock %} {% block navbardropdown_outer %} {#- disable page drop down #} {% endblock %} {% block navbar_editor %} {##} {##} {##} {##} {##} {##} {##} {##} {##} {% endblock %} {# Navbar #} {% block bodytop %} {%if config["COMMIT_MESSAGE"] != "DISABLED"%} {% endif %} {% endblock %} {# Sidebar Menu #} {% block menu %} {{ super() }} {% endblock %} {# extra-navbar #} {% block extra_nav -%}

Additional media can be added via the 'Attachments' of this page, or, you can drag and drop a file into the web editor and it will be uploaded and embedded when the page is saved.

{{ super() }} {%- endblock extra_nav %} {# Content #} {% block content_wrapper %}
{# FIXME #}
{# #} {% endblock %} {# Navbar #} {% block navbar %} {%if config["COMMIT_MESSAGE"] == "DISABLED"%}
{% else %} {% endif %} {% endblock %} {# Javascript #} {% block js %} {{ super() }} {# force load libraries in editor for preview functionality #} {% set force_load_libraries = true %} {% include 'snippets/renderer_js.html' %} {# load the codemirror stuff #} {% endblock %}