{% set need_js = True %} {% set title = "Edit post" %} {% extends "base.html" %} {% block body %}
The deadline has passed, editing will create a new post. {% else %}
Follow-up posts exist, editing will create a new post. {% endif %} {% endif %}
{% endblock %}