{% if messages %}
{% for message in messages %} {# TODO: should use tags correctly for bootstrap alerts #} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block footer %}{% endblock %}