Quiz-App
Home
{% if not current_user.is_authenticated %}
Login
Register
{% endif %} {% if current_user.is_authenticated %}
Quizes
{% endif %}
{% if current_user.is_authenticated %}
{{ name }}
Logout
{% endif %}
{% block content %} {% endblock %}
{% if current_user.is_authenticated %}
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.
{% endif %}