{%- if post.sticky %}{% endif -%}
{% with authors=post.authors.all() %}
{%- if authors -%}
{{ link_users(authors) }}
{%- endif -%}
{% endwith %}
{{ relative_time(post.publish_on, abs=_('posted on {time}'), rel=_('posted {time}')) -}}
{% if post.is_organization_private and show_organization_private_icon %}
{% endif %}
{% cache 86400 'post_summary' post.id %}
{{ post.summary|default(post.content, true)|markdown('blog', 'svg', lazy_load=True)|reference|str|safe }}
{% endcache %}