{% extends "base.html" %} {% block body %}

Quiz The Word

{{ easy.question_text }}
{% for answer in easy.answer_list %} {% endfor %}
{{ medium.question_text }}
{% for answer in medium.answer_list %} {% endfor %}
{{ hard.question_text }}
{% for answer in hard.answer_list %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}