{% extends "includes.html" %} {% block content %}
{% if user == owner %}
Edit
{% endif %}

{{ owner.username }}


{{ owner.profile.bio }}


These are all my pretty posts!

{% include "list.html" %}

{% endblock content %}