{# client side javascript may add messages here #}
{% for category, msg in get_flashed_messages(with_categories=true) %}
{% block content %}
{# All content templates should have implement this block. #}
{% endblock %}
{{ msg }}
{% endfor %}