{% if error %}
error: {{ error }}
{% endif %}
acanban.
{% if current_user.is_authenticated %}
Username
Log out
{% else %}
Log in
Sign up
{% endif %}
{% block content %} {% endblock %}