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

Profile

Profile photo

{% if object_list|length > 0 %} {% for post in object_list %} Nickname: {{post.nickname}} Edit
Bio: {{post.bio}} Edit

{% endfor %} {% else %} Nickname: Your Nickname Edit
Bio: A short description about yourself. Edit {% endif %}
{% endblock %}