{% extends 'base.html' %} {% block content %}
Profile picture

{{ name }} {{ last_name }}

{% block footer %} {# Empty block to exclude the footer from the base template #} {% endblock %}
{% endblock %}