Applicatie naam
{% if current_user.is_authenticated %}
Dashboard
Add service
Update password
{% endif %} {% if current_user.is_admin %}
Add user
{% endif %}
{% if current_user.is_authenticated %}
Logout
{% endif %}
{% block content %} {% endblock %}