acanban.
≡
{% if current_user.is_authenticated %}
Projects
Tasks
{% endif %} {% if current_user.is_authenticated %}
My Profile
Logout
{% else %}
Login
Register
{% endif %}
{{ self.title() }}
{% block content %}{% endblock %}