{% extends "base.html" %} {% block title %}Profile{% endblock %} {% block content_header %}

Profile

{% endblock %} {% block content %}
Welcome {{ user.username }}

In this profile you will be able to see all the content created by you.

{% endblock %} {% block content_help %} {% endblock %}