{% extends "base.html" %} {% block main %}

{{ title }}

{{ message }}

{% if data %}
{{ data|pretty }}
{% endif %}
{% endblock %}