{%- extends "bootstrap/base.html" %} {% import "bootstrap/utils.html" as utils %} {% block title %} ytm-ls {% endblock %} {% block navbar %} {{ nav.frontend_top.render() }} {% endblock %} {% block content %} {%- with messages = get_flashed_messages(with_categories=True) %} {%- if messages %}
{{utils.flashed_messages(messages)}}
{%- endif %} {%- endwith %} {% endblock %}