{% extends "profiles/base_profile.html" %} {% block title %}Create your profile{% endblock %} {% block dash-nav-profile %}active{% endblock %} {% block content-header %}

Create your profile

{% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}