{% extends 'layout.html' %} {% block header %}

{% block title %}Change Password{% endblock %}

{% endblock %} {% block content %}

Use this form to change the password for user: {{ g.user.username }}

{% endblock %}