{% if title %}
{{site_title}} - {{ title }}
{% else %}
{{site_title}}
{% endif %}
{% block scripts %} {% endblock %} {% if not blank_page %}
{# MSG: Navigation link for the home page. #}
{% trans %}Home{% endtrans %}
{# MSG: Navigation link for the queue page. #}
{% trans %}Queue{% endtrans %}
{# MSG: Navigation link for the search page add songs to the queue. #}
{% trans %}Search{% endtrans %}
{# MSG: Navigation link for the page where the user can add existing songs to the queue. #}
{% trans %}Browse{% endtrans %}
Pikaraoke
{% if get_flashed_messages() %} {% for category, message in get_flashed_messages(with_categories=true) %}
{{ message }}
{% endfor %} {% endif %}
{% block header %}{% endblock %}
{% block content %} {% endblock %}
{% endif %} {% block body %} {% endblock %}