{% extends 'core/base.html' %} {% load static %} {% block page_title %}{{page_title}}{% endblock page_title %} {% block content %}

{{page_title}}

{% include "account/form_template.html" with messages=messages form=form button_text="Update Profile"%}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}