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

Edit {{ path }}

{% csrf_token %} {{ form.as_p }}

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