{{ page.title }}
{{ page.intro | richtext }}
{% if page.image %}
{% image page.image format-jpeg width-695 as page_image_1x_jpg %}
{% image page.image format-jpeg width-1390 as page_image_2x_jpg %}
{% image page.image format-webp width-695 as page_image_1x_webp %}
{% image page.image format-webp width-1390 as page_image_2x_webp %}
{% for tag in page.tags.all %}#{{ tag.name }}{% endfor %}
{% if page.publication_date %}
{% if page.revision_date %}
, updated:
{% endif %}
{% endif %}
{% if page.display_authors and page.authors.all %}
{% translate "by" %} {% for author in page.authors.all %} {{ author.person }} {% if not forloop.last %},{% endif %} {% endfor %}
{% endif %}