1 {% extends "quiz/base.html" %}
 
   5 {% block "title" %}{{ quiz.name }}{% endblock %}
 
   6 {% block "header" %}{{ quiz.name }}{% endblock %}
 
  12 {{ quiz.description|safe }}
 
  15 <a class='big-button' href="{{ quiz.get_absolute_url }}">{% trans "Start the test!" %}</a>