{% extends 'base.html' %} {% load static %} {% block title %}Profile{% endblock %} {% block content %}

Profile

{% if profile.profile_picture %} Profile Picture {% else %}

No photo

{% endif %}
{% endblock %}