HabitTracker
{% if not current_user.is_authenticated %}
Login
Signup
{% else %} {% if notifications %}
{{ notifications|length }}
unread messages
{% for notification in notifications %}
{{ notification.name }}
{% endfor %}
{% endif %}
Profil
Logout
{% endif %}
{% block content %} {% endblock %}