{% assign block_image = include.object.image.path | replace: '/assets/images/','' %} {% picture feature_block_image {{block_image}} alt=include.object.image.alt %}

{{include.object.title}}

{% if include.object.highlight-text %}
{{include.object.highlight-text | markdownify }}
{% endif %} {{include.object.text | markdownify}} {% if include.object.buttons %} {% for btn in include.object.buttons %} {{btn.title}} {% endfor %} {% endif %}