{% extends 'base.html' %} {% block title %}Review Music Quiz - Quizzical Beats{% endblock %} {% block content %}

Review Your Music Quiz

Quiz Criteria: {{ round_criteria }} {% if genre %} Genre: {{ genre }} {% endif %} {% if decade %} Decade: {{ decade }} {% endif %} {% if tag %} Tag: {{ tag }} {% endif %}

{% for song in songs %} {% endfor %}
# Cover Title Artist Year Genre Preview
{{ loop.index }} {{ song.title }} {{ song.title }} {{ song.artist }} {{ song.year }} {{ song.genre }}
{% if genre %} {% endif %} {% if decade %} {% endif %} {% if tag %} {% endif %} {% for song in songs %} {% endfor %}
Generate Different Quiz
{% endblock %}