{% block body %}

Auth0 Login

{% if user.is_authenticated %}

Welcome, {{ user.first_name }}. We're not sure which page you were supposed to go to, so you ended up here. Enjoy!

Logout

{% else %} {% endif %} {% endblock %}