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