{{ title }} {% if subtitle %} {{ subtitle }} {% endif %} {% if show_image and image %} {{ image.cropZoom(img_width,img_height).loading('lazy').attribute('decoding','async').html(title, title)|raw }} {% endif %} {{ page.content|raw}} {% for module in page.collection() %} {{ module.content|raw }} {% endfor %}