{%block body%}
{% if user.is_authenticated%}
{{user.username}}
Log out
{%else%}
Log in
Sign up
{% endif%}
{% block content %}{% endblock %}
{% endblock body%}