{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block header %}

{% block title %} {# MSG: Header showing the currently playing song. #} {% trans %}Now Playing{% endtrans %} {% endblock %}

{% endblock %} {% block content %}

 


{# MSG: Title for the section displaying the next song to be played. #} {% trans %}Next Song{% endtrans %}


{% if admin %} {% endif %}
{% endblock %}