{% extends "withnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} GOV.UK Notify | User settings {% endblock %} {% block maincolumn_content %}
Here's where users can update their profile, password etc.
{{ page_footer( back_link = url_for('.dashboard'), back_link_text = 'Back to dashboard' ) }} {% endblock %}