{% extends "page.html" %} {% block htmlhead %} {% endblock %} {% block content %}
{% if annotation.id %}Edit{% else %}Add{% endif %} {{ annotation.content_type_h }} {{ form.as_p }}

{% endblock %}