{% extends "layout.html" %} {% block body %}
{% if title %}
{{ title }}
{% endif %}
{{ message | safe }}
{% endblock %}