{% extends "base.html" %} {% load static from staticfiles %} {% block title %}Profile edition{% endblock %} {% block content %} {% include "header.html" with secction_name="Edit Profile"%} {% endblock %}