{# /** * @file * Theme override to display a block. */ #} {% set classes = [ 'block', 'feature-block', 'block-' ~ configuration.provider|clean_class, 'block-' ~ plugin_id|clean_class, ] %} {% if content.field_media_format['#items'].getValue()|first.value == "video-popup" %} {{ attach_library('martis/colorbox') }} {% endif %}
{{ title_prefix }} {{ title_suffix }} {% block content %}
{% if content.field_feature_layout['#items'].getValue()|first.value == "layout1" %}
{% if content.field_media_format['#items'].getValue()|first.value == "static-image" %}
{{ content.field_image }}
{% elseif content.field_media_format['#items'].getValue()|first.value == "slider-image" %}
{% elseif content.field_media_format['#items'].getValue()|first.value == "video-popup" %}
{{ content.field_image }}
{% endif %}
{% if label %}
{% if block_title_style == 'block-title-2' %} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {{ label }} {% else %} {{ label }} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {% endif %}
{% endif %} {% if content.body | render %}
{{ content.body }}
{% endif %} {% if content.field_block | render %}
{{ content.field_block }}
{% endif %} {% if content.field_link | render %} {{ content.field_link.0['#title'] }} {% endif %}
{% elseif content.field_feature_layout['#items'].getValue()|first.value == "layout2" %}
{% if label %}
{% if block_title_style == 'block-title-2' %} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {{ label }} {% else %} {{ label }} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {% endif %}
{% endif %} {% if content.body | render %}
{{ content.body }}
{% endif %} {% if content.field_block | render %}
{{ content.field_block }}
{% endif %} {% if content.field_link | render %} {{ content.field_link.0['#title'] }} {% endif %}
{% if content.field_media_format['#items'].getValue()|first.value == "static-image" %}
{{ content.field_image }}
{% elseif content.field_media_format['#items'].getValue()|first.value == "slider-image" %}
{% elseif content.field_media_format['#items'].getValue()|first.value == "video-popup" %}
{{ content.field_image }}
{% endif %}
{% elseif content.field_feature_layout['#items'].getValue()|first.value == "layout3" or content.field_feature_layout['#items'].getValue()|first.value == "layout4" %}
{% if content.field_media_format['#items'].getValue()|first.value == "static-image" %}
{{ content.field_image }}
{% elseif content.field_media_format['#items'].getValue()|first.value == "slider-image" %}
{% elseif content.field_media_format['#items'].getValue()|first.value == "video-popup" %}
{{ content.field_image }}
{% endif %}
{% if label %}
{% if block_title_style == 'block-title-2' %} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {{ label }} {% else %} {{ label }} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {% endif %}
{% endif %} {% if content.body | render %}
{{ content.body }}
{% endif %} {% if content.field_link | render %} {{ content.field_link.0['#title'] }} {% endif %}
{% elseif content.field_feature_layout['#items'].getValue()|first.value == "layout5" %}
{% if content.field_media_format['#items'].getValue()|first.value == "static-image" %}
{{ content.field_image }}
{% elseif content.field_media_format['#items'].getValue()|first.value == "slider-image" %}
{% elseif content.field_media_format['#items'].getValue()|first.value == "video-popup" %}
{{ content.field_image }}
{% endif %}
{% if label %}
{% if block_title_style == 'block-title-2' %} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {{ label }} {% else %} {{ label }} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {% endif %}
{% endif %} {% if content.body | render %}
{{ content.body }}
{% endif %} {% if content.field_link | render %} {{ content.field_link.0['#title'] }} {% endif %}
{% if content.field_block | render %}
{{ content.field_block }}
{% endif %}
{% elseif content.field_feature_layout['#items'].getValue()|first.value == "layout6" %}
{% if content.field_block | render %}
{{ content.field_block }}
{% endif %}
{% if content.field_media_format['#items'].getValue()|first.value == "static-image" %}
{{ content.field_image }}
{% elseif content.field_media_format['#items'].getValue()|first.value == "slider-image" %}
{% elseif content.field_media_format['#items'].getValue()|first.value == "video-popup" %}
{{ content.field_image }}
{% endif %}
{% if label %}
{% if block_title_style == 'block-title-2' %} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {{ label }} {% else %} {{ label }} {% if block_subtitle %}
{{ block_subtitle }}
{% endif %} {% endif %}
{% endif %} {% if content.body | render %}
{{ content.body }}
{% endif %} {% if content.field_link | render %} {{ content.field_link.0['#title'] }} {% endif %}
{% endif %}
{% endblock %}