{% extends 'layout.html' %} {% block content %}
{% block profile-nav %} {% include "../partials/_profile_nav.html" %} {% endblock %}
{% csrf_token %} {{ user_form.as_p }}
{% endblock %}