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