{% extends 'admin.html' %} {% from '_macros.html' import render_form with context %} {% block extra_head %} {% if not mce is defined %} {% if codemirror %} {{ codemirror.include_codemirror() }} {% endif %} {% else %} {% endif %} {% if pagedown %} {{ pagedown.include_pagedown() }} {% endif %} {% endblock extra_head %} {% block header %} {% include 'header.html' with context %} {% endblock header %} {% block body %} {% if forms %} {% for id,f in forms.items() %} {{ id }} {{ f }} {% endfor %} {% endif %} {% if a %}
{{ a.content|markdown }}
added: {{ a.date_added|date_pretty }}