ServiceHUB
{% if current_user.is_authenticated %}
Dashboard
Add service
{% endif %} {% if current_user.is_admin %}
Add user
{% endif %}
{% if current_user.is_authenticated %}
Profile
Username: {{current_user.username}}
Update password
Logout
{% endif %}
{% block content %} {% endblock %}