{% block head %} {% endblock %}
{% block body %} {% if title %}
{{ title }}
{% endif %} {% if response_messages %}
Response Messages
{% for m in response_messages %}
{{ m.content }}
{% endfor %}
{% elif links %}
{% for l in links %}
{{ l.display }}
{% endfor %}
{% else %}
No content.
{% endif %} {% endblock %}