{% load cms_tags %}
Dashboard
⇤
{% block pageTitle %} {% endblock pageTitle %}
User Menu
{% if user.is_authenticated %}
{{ user.username }}
{% endif %}
Profile
Change Password
{% csrf_token %}
Logout
{% block content %} {% endblock content %}