{% extends "base.html" %} {% block title %}Profile - Settings{% endblock %} {% block content %} {% block menu %} {% include "settings/_menu.html" %} {% endblock %}
{% csrf_token %} {% for field in form %} {% include "forms/_field.html" %} {% endfor %}
View Profile
{% endblock %}