Home
{% if not current_user.is_authenticated %}
Login
Sign Up
{% endif %} {% if current_user.is_authenticated %}
Logout
{% endif %} {% if current_user.is_authenticated %}
{{ current_user.name }}
{% endif %}
{% block content %} {% endblock %}