{% for post in site_content.posts.object_list %}
{{ post.content|safe }} {% if post.comments %} {% endif %}
{% endfor %} {% if site_content.posts.has_other_pages %} {% endif %}