{% extends "page.html" %} {% block content %} {% set post = page -%}
{{ page.content | safe }}
{% 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 %}
{% include "blog/author_media.html" %}
{% endblock %}