{% for post in post_list %}

{{ post.title }}

{% if post.image %} {% endif %}

{{ post.published_date }}

{% endfor %}