{% extends "layout.html" %} {% block content %}
{% if title %}

{{ title }}

{% endif %}

{{ message | safe }}

{% if data %}

{{ data | escape }}

{% endif %}
{% endblock %}