{% from 'macros.html' import print_message %} {%- block head -%} {% block title %}ListenBrainz{% endblock %} {# The css file has a .less extension in the manifest file entry (due to its original name in Webpack entry) #} {%- endblock -%} {%- include 'navbar.html' -%}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {{ print_message(message, category) }} {% endfor %} {% endwith %}
{%- block content -%} {%- endblock -%}
{%- block footer -%} {%- endblock -%} {%- block scripts -%} {%- endblock -%}