{{name}}
{% if authenticated %}
Profile ({{email}})
Logout
{% else %}
Login
{% endif %}
{% block content %} {% endblock %}