templates/themes/theme/common/htmlblock.html.twig line 1

Open in your IDE?
  1. {# title #}
  2. {# blockId #}
  3. {# position #}
  4. {# data #}
  5. {% if block['blockId'] == 1 %}
  6.     {% include '@theme/common/_html_block_templates/info-block-cta-health.html.twig' %}
  7. {% elseif block['blockId'] == 3 %}
  8.     {% include '@theme/common/_html_block_templates/info-block-cta-careers.html.twig' %}
  9. {% else %}
  10.   {{ block['data']|raw }}
  11. {% endif %}