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