{# /** * @file * Theme override to display a block. */ #} {% set classes = [ 'block', 'deals-block', 'block-' ~ configuration.provider|clean_class, 'block-' ~ plugin_id|clean_class, ] %}
{{ title_prefix }} {% 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 %}
{% if content.field_countdown | render %}
{{ content.field_countdown }}
{% endif %}
{% endif %} {{ title_suffix }} {% block content %}
{{ content.field_product_block }}
{% endblock %}