{% extends 'base.html' %} {% block title %} {{ quiz.title }} {% endblock %} {% block content %}

{{ quiz.title }}

Category: {{ quiz.category }}

{% if quiz.single_attempt %}

You will only get one attempt at this quiz.

{% endif %}

{{ quiz.description }}

Start quiz

{% endblock %}