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

Community Feed

{% for post in posts %}
{{ post.title }}

{{ post.content }}

Posted by {{ post.user.username }} on {{ post.created_at }}
{% endfor %}
{% endblock %}