{% extends "base.html" %} {% block title %}HOME{% endblock %} {% block content %}

Hello there!

This is the HOME page of the ONLINE QUIZ APP.
This quiz app is created by Shreya, Soniya, Vaibhavi & Vikas.
Volla

{% if not current_user.is_authenticated %}
{% endif %}
{% endblock %}