{% extends _conf.mainTemplate %} {% block title %}User Profile{% endblock %} {% block head %} {% endblock %} {% block content %}

User Profile

Username: {{_user.username}}

Fill in password fields if you want to change it

{% endblock %}