{% extends 'base.html' %} {% block title %}Settings{% endblock %} {% block body %} {% for cat, msg in get_flashed_messages(with_categories=true) %}
{{ msg }}