{% extends "account/base.html" %} {% block kb-account-main %}
hello, {{user.username}}
{% csrf_token %} {{ profile_form.as_table }}
{% endblock %}