{# 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 -%}
{% for f in files %} {# {% if f.thumbnail_url %}{%else%}{{f.thumbnail_icon|safe}}{%endif%}#}
{{f.filename}}
{% if f.thumbnail_url %} Inline Image:
![]({{f.url}})
Link with Thumbnail:
[![]({{f.thumbnail_url}})]({{f.url}})
{% endif %} Link:
[{{f.filename}}]({{f.url}})
{% endfor %}

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() }} {# load the codemirror stuff #} {% endblock %}