{% extends 'base.html' %} {% block widgets %}{% endblock widgets %} {% block title %}{{ block.super }}| {{ request.user|title }} Profile{% endblock title %} {% block content %}
Profile Picture
{{request.user}}
Change Picture
{% if 'profile' in request.path %} Profile Details {% else %} All Posts {% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}