{% extends 'base.html' %} {% include 'quizz_ws_reload.html' %} {% block title %}{{ quizz.name }}{% endblock %} {% block content %} {% include 'progress.html' %} {{ quizz.questions[question_idx].question|safe }}