Napisał: , dnia
{% include before-content.html %}
{% for post in paginator.posts %}
{{ post.title }}
Napisał: {{ post.author }}, dnia {{ post.time }}
{{ post.content }}
{% endfor %}
{% if paginator.previous_page %}
< Poprzednia
{% endif %}
[{{ paginator.page }} / {{ paginator.total_pages }}]
{% if paginator.next_page %}
Następna >
{% endif %}
{% include after-content.html %}