{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "preview.html" %} {# Head #} {% block head %} {% endblock %} {% block navbar_editor %}
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.
{%- endblock extra_nav %} {# Javascript #} {% block js %} {{ super() }} {# load the codemirror stuff #} {% endblock %}