{% if USER_EMAIL %}
{% csrf_token %}

Logged in as {{ USER_EMAIL }}.

{% else %}

Sign in or register for extra features

{% endif %}