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

This is the posts page

Создать {% for post in posts %}
{{ post.id }}
{{ post.title }}

{{ post.description }}

Go somewhere
{% endfor %}
{% endblock %}