ALISE
Welcome to the
wonderful
world of
account linking
{% block logged_in_or_not %} {% if request.user.is_authenticated %}
Hi, {{ request.user.display_name }}
{% block content %}{% endblock %} {% else %}
You are not authenticated
You should sign in using one of the OAuth options
{% block nonauth_content %} {% endblock %} {% endif %} {% endblock %}