- - - {{ title }} - {% if subtitle %} - {{ subtitle }} - {% endif %} - - - {% if image %} - - {{ image.cropZoom(1038,437).loading('lazy').html(title, title)|raw }} - - {% endif %} + + + + + {{ title }} + + {% if subtitle %} + + {{ subtitle }} + + {% endif %} + + + {% if image %} + + {{ image.cropZoom(1038,437).loading('lazy').html(title, title)|raw }} + + {% endif %} - {{ page.content|raw}} + {{ page.content|raw}} - - {% block portfolio %} - - - {% for item in page.header.images %} - - - - - - {% endfor %} - - - {% endblock %} - + + {% block portfolio %} + + + {% for item in gallery %} + {% set item_image = page.media[item.image] %} + {% set item_title = item.title %} + {% set item_desc = item.description %} + {% set thumbnail = item_image.cropZoom(thumb_w, thumb_h).attribute('itemprop','http://schema.org/image').html(item_title,item_title) %} + + + + {{ thumbnail }} + + + + {% endfor %} + + + {% endblock %} +
+ + + + {{ title }} + + {% if subtitle %} + + {{ subtitle }} + + {% endif %} + + + {% if image %} + + {{ image.cropZoom(1038,437).loading('lazy').html(title, title)|raw }} + + {% endif %} - {{ page.content|raw}} + {{ page.content|raw}} - - {% block portfolio %} - - - {% for item in page.header.images %} - - - - - - {% endfor %} - - - {% endblock %} -