{% extends 'admin.html' %} {% block extra_head %} {% endblock extra_head %} {% block body %} {% if content %} {% endif %} {% if form %}
{{ form.hidden_tag() }} {{ form.content(class=_editor) }}
{{ get_button('save_btn') }}
{% endif %} {% endblock %} {% block footer_js %} {{ super() }} {% endblock footer_js %}