{% extends 'base.html' %} {% block title %}Review Music Quiz - Quizzical Beats{% endblock %} {% block content %}
Quiz Criteria: {{ round_criteria }} {% if genre %} Genre: {{ genre }} {% endif %} {% if decade %} Decade: {{ decade }} {% endif %} {% if tag %} Tag: {{ tag }} {% endif %}
| # | Cover | Title | Artist | Year | Genre | Preview |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ song.title }} | {{ song.artist }} | {{ song.year }} | {{ song.genre }} |