{# Flashes message at the top of the page to the user. #} {% if flash_bool %}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block page_content %}{% endblock %}
{% endif %}