{#
#} {#
#}
{% include 'html_templates.html' %}
{#
#}
{% if not current_user.is_authenticated %}
Sign Up
{% endif %} {% if current_user.is_authenticated %}
Logout
{% endif %}
{% block content %}{% endblock %}