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

{{ user.username }}'s Profile

{% if user.profile.avatar %}
Avatar
{% endif %} {% if user.profile.bio %}

{{ user.profile.bio }}

{% else %}

No bio available

{% endif %}
{% endblock %}