{{ page.title }}
{%- if page.description %} {{ page.description | markdown | safe }} {%- endif %} {%- if page.date -%}
{%- if page.authors -%}
• {% include "partials/authors.html" -%}
{%- endif -%}
{%- if page.taxonomies -%}
{%- for name, taxon in page.taxonomies %}
{%- endfor -%}
{%- endif %}
{%- endif -%}
{%- if page.extra.banner -%}
{%- set blurnail = resize_image(path=page.colocated_path ~ page.extra.banner, width=16, height=8, op="fill", format="webp") -%}
{%- endif -%}