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

{{ user_profile.user.username }}

{{ user_profile.bio }}

{{ user_profile.user.username }}'s Posts

{% for post in posts %}

{{ post.title }}

{{ post.content }}

{% endfor %}
{% endblock %}