{% extends "epic/base_layout.html" %} {% block content %}
{% for msg in messages %} {{ msg|safe }}
{% endfor %}
OK
{% endblock content %}