{% block head_bootstrap %} {% endblock head_bootstrap %} {% block head_scripts %} {% endblock head_scripts %}
{#
#} {#{% with errors = get_flashed_messages(category_filter=["error"]) %}#} {#{% if errors %}#} {# #} {#

Error

#} {# #} {#{% endif %}#} {#{% endwith %}#} {#
#} {#
#} {#{% with msgs = get_flashed_messages(category_filter=["success"]) %}#} {#{% if msgs %}#} {# #} {#

Success

#} {# #} {#{% endif %}#} {#{% endwith %}#} {#
#} {#
#} {#{% with infomsgs = get_flashed_messages(category_filter=["info"]) %}#} {#{% if infomsgs %}#} {# #} {#

Information

#} {# #} {#{% endif %}#} {#{% endwith %}#} {#
#} {# {%- for msg in session %}
  • {{ msg }} {{ session[msg] }}
  • {% endfor -%} #}
    {% block body_content %} {% endblock %}