{% if include.object.type == "image" %} {% assign image_path = include.object.image_content_path | remove_first: '/' %} {% assign full_path = include.object.image_content_path %} {% if include.object.image_content_is_svg %} {{include.object.image_content_alt}} {% else %} {% picture feature_block_image {{image_path}} %} {% endif %} {% elsif include.object.type == "slider" %} {% include core/slider.html object=include.object.slider_content %} {% elsif include.object.type == "youtube_video" %} {% include core/youtube_video_embed.html object=include.object.video_content_url %} {% else %}

Please verify the feature_block content "type" is correct

{% endif %}
{% if include.object.title %}

{{include.object.title}}

{% endif %} {% if include.object.highlight-text %}
{{include.object.highlight-text | markdownify }}
{% endif %} {% if include.object.text == "page_content" %} {{page.content | markdownify }} {% else %} {{include.object.text | markdownify}} {% endif %} {% if include.object.buttons %} {% include core/buttons.html object=include.object.buttons %} {% endif %}