{% extends "expobase.html" %} {% block title %}Edit {{ path }}{% endblock %} {% block extrahead %} {% include 'html_editor_scripts_css.html' %} {% endblock %} {% block body %}

Edit {{ path }}

{% include 'html_editor_pop_ups.html' %}
{% csrf_token %} {{ form.as_p }}

{% include "menu.html" %} {% endblock %}