Applicatie naam
Dashboard
Info
{% if current_user.is_authenticated %}
Add user
{% endif %}
{% if current_user.is_authenticated %}
Logout
{% endif %}
{% block content %} {% endblock %}