{{ _('News') }}
{% for post in posts %}
{% endfor %}
{% if page_obj.num_pages > 1 %}
{{ post.title }}
{%- if post.sticky %}{% endif -%} {% with authors=post.authors.all() %} {%- if authors -%} {%- endif -%} {% endwith %} {{ relative_time(post.publish_on, abs=_('posted on {time}'), rel=_('posted {time}')) -}} {{- post_comment_counts[post.id] or 0 -}}
{% cache 86400 'post_summary' post.id %}
{{ post.summary|default(post.content, true)|markdown('blog', 'svg', lazy_load=True)|reference|str|safe }}
{% endcache %}
{% include "list-pages.html" %}
{% endif %}