{% 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 }}

{% include "blog/meta_line.html" -%} {{ post.summary | safe }}
{% if post.extra.microdata.about %} {% for about in post.extra.microdata.about %} {% endfor %} {% endif %}