{% extends "quiz_base.html" %} {% import "macros.html" as macros %} {% block title %}{{round.title}}{% endblock %} {% block slides %} {{ round.title }} {% for question in round.questions %} Question {{loop.index}} {{macros.ask_question(question)}} {% endfor %} Round Finished! (Back to questions) (Back to rounds) {% endblock %}
Question {{loop.index}}
(Back to questions)
(Back to rounds)