{% extends 'base.html' %} {% block content %} {% for post in content %}

{{ post.title }}

{{ post.body }}

Created at: {{ post.created }}

{% if post.image %} Responsive image {% endif %}
{% endfor %} {% endblock %}