{% extends 'base.html' %} {% load static %} {% block title %} Chat-or-Quiz {% endblock %} {% block content %} {% load cloudinary %}
{% if user.is_authenticated %}
Logo
Hey, {{ user | capfirst }}!
Welcome to ChatAHOY!
You want to chat?
Or you want to take a quiz?
Let's begin the adventure
Disclaimer: This website was created
for educational purposes only.
{% else %}
Logo
Authentication Required
Please login or register.
Only logged in users can access
Chat-or-Quiz app. Thank You!
{% endif %}
{% endblock %}