{% from 'macros.html' import print_message, display_form_errors %} {% block head %} {% block title %}MetaBrainz Foundation{% 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 %}