{%- 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 -%}
ListenBrainz keeps track of music you listen to and provides you with insights into your listening habits.
You can use ListenBrainz to track your listening habits, discover new music with personalized recommendations, and share your musical taste with others using our visualizations.