{# Left side panel for short-lived alerts. #}
{# Main content panel. #}
{# Right side panel for persistent notifications. #}
{% for category, message in get_flashed_messages(with_categories=true) %}
{% endfor %}
{# Only show breadcrumbs if the respective block is overridden in a template. #}
{% if self.breadcrumbs() %}
{% endif %}
{# As most pages use Vue, the wrapper below is inserted into every page. In cases where this is not needed
or wanted, the content_wrapper block can be used instead. #}
{% block content_wrapper %}
{% block content %}{% endblock %}
{% endblock %}