Home
{% if current_user.is_authenticated %}
Profile
Quotes
{% endif %} {% if not current_user.is_authenticated %}
Login
{% endif %} {% if current_user.is_authenticated %}
Logout
{% if space_list is defined %}
{% for i in space_list %}
{{ i[1] }}
{% endfor %}
{% endif %} {% endif %}
{% block content %} {% endblock %}