{{ environ("CHALLENGE_NAME", "Test") }}
{% if user and user.username %}
Profile
Logout
{% else %}
Sign up
Sign in
{% endif %}
{% block content %}{% endblock %}