Home
{% if current_user.is_authenticated %}
Profile
{% endif %} {% if not current_user.is_authenticated %}
Login
Signup!
{% endif %} {% if current_user.is_authenticated %}
Logout
{% endif %} {% if not current_user.is_authenticated %} {% endif %}
{% block content %} {% endblock %}