{% extends "blog/base.html" %} {% block content %} {% for post in posts %}

{{ post.title }}

{{ post.content }}

{% endfor %} {% endblock content %}