{% extends "layouts/base.html" %} {% block body %}

Update your user details

{% if error %}
Error: {{ error }}
{% endif %} {% if success %}
Your details have been updated.
{% endif %}
{% endblock %}