{% for type, messages in app.flashes %} {% for message in messages %} {# Bootstrap alert, see https://getbootstrap.com/docs/4.4/components/alerts/ #} {% endfor %} {% endfor %} {% if app.user %} {% if not app.user.isVerified %} {% endif %} {% endif %}