{{ 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}} {% block portfolio %} {% for item in gallery %} {% set item_image = page.media[item.image] %} {% set item_title = item.title|raw %} {% set item_desc = item.description|raw %} {% set thumbnail = item_image.cropZoom(thumb_w, thumb_h).loading('lazy').attribute('decoding','async').attribute('itemprop','http://schema.org/image').html(item_title,item_title,'portfolio_content-image') %} {# {{item_title}} #} {{ thumbnail|raw }} {{item_title}} {{item_desc|truncate(75)|raw}} {% endfor %} {% endblock %}