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

{{ profile.user.username }}

{{ profile.bio }}

Birth Date: {{ profile.birth_date }}

Member since: {{ profile.created_at }}

Edit Profile

Your Posts

{% for post in posts %}

{{ post.title }}

{{ post.content }}

Edit Delete
{% endfor %}
{% endblock %}