{% extends "base.html" %} {% block body %}
{% csrf_token %}
{% if edit_key %} {{ edit_key }} Save this key in order to edit this file in the future. {% else %} {% if incorrect_key %} You must enter the correct edit key to save your changes. {% endif %} {% endif %}
{% endblock %}