{% if background_img %} {% set image = resize_image(path="@/" ~ page.colocated_path ~ "/" ~ background_img, width=800, height=600) -%} {% endif -%}

{{ title | default(value=page.title) | safe }}

{% if body or page.description %}

{{ body | default(value=page.description) | safe }}

{% endif -%}