{{ settings.name.short|title }} Application
Home
|
{% if user.is_authenticated %}
Control Panel
|
Change Password
|
Logout
{% else %}
Login
{% endif %}
{% include('common:user_messages.html') %} {% block body %}{% endblock %} {% block primary_content %}{% endblock %}