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

Quiz list

{% if quiz_list %} {% else %}

There are no available quizzes.

{% endif %} {% endblock %} {% block right-sidebar %}

Sponsored Advertisements

{% endblock %}