{% if user.is_authenticated %}
Logged in as: {{ user.username }}
{% else %} Log In {% endif %}
{{ content }}
{% include "app/notifications.html" %}
Logged in as: {{ user.username }}
{% else %} Log In {% endif %}