{% extends "page.html" %} {% block content %}
{{ page.content | safe }}
{% set image = resize_image(path="@/" ~ page.colocated_path ~ "/" ~ page.extra.depiction.image, width=800, height=600) -%} {{ page.extra.depiction.alt }} {% if page.extra.depiction.credits %}
{{ page.extra.depiction.credits }}
{% endif %}
{% set image = resize_image(path="authors/" ~ page.authors.0 ~ ".jpg", width=48, height=48) -%} Benutzerbild von {{ page.authors.0 }}

{{ page.authors.0 }}

{{ page.authors.0 }}

{% endblock %}