{% extends "base.html" %} {% block title %}Edit template: {{ template }}{% endblock %} {% block extra_head %} {% include "_codemirror.html" %} {% endblock %} {% block nav %}

Home / Edit templates

{{ super() }} {% endblock %} {% block content %}

Edit template: {{ template }}

{% if not from_db %}Original disk version:{% endif %}

{% endblock %}