{% set image = resize_image(path="@/" ~ post.colocated_path ~ "/" ~ post.extra.depiction.image, width=800, height=600) -%} {{ post.extra.depiction.alt }} {% if post.extra.depiction.credits %}
{{ post.extra.depiction.credits }}
{% endif %}

{{ post.title }}

{{ post.date }} ยท {% for author in post.authors %} {{ author }} {% endfor %}

{{ post.summary | safe }}