{% extends 'admin.html' %} {% from '_macros.html' import render_panel_form with context %} {% block extra_head %} {% if codemirror %} {#{{ codemirror.include_codemirror() }}#} {% endif %} {% if pagedown %} {{ pagedown.include_pagedown() }} {% endif %} {# #} {% endblock extra_head %} {% block body %} {% if obj %} {% if obj.content %}
{% endif %} {% endif %} {% if form %}