{% set accent_cookie = app.request.cookies.get('accentColor') %}
{% set accent_color = (accent_cookie is defined and accent_cookie and accent_cookie matches '/^#[0-9a-fA-F]{6}$/') ? accent_cookie : '#6750a4' %}
{% block title %}Music Ratings{% endblock %}
{% include '_partials/navbar.html.twig' %}
{% block body %}{% endblock %}
{% include '_partials/auth_modal.html.twig' %}