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

{{object.title}}

{% for post in posts %}

{{post.title}}

{% endfor %} {% endblock %}