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'] == 8 %}
  6.     {% include '@theme/common/_html_block_templates/workwithus-cta.html.twig' %}
  7. {% elseif block['blockId'] == 2 %}
  8.     {% include '@theme/common/_html_block_templates/workforus-cta.html.twig' %}
  9. {% elseif block['blockId'] == 12 %}
  10.     {% include '@theme/common/_html_block_templates/commitment-to-safety.html.twig' %}
  11. {% else %}
  12.   {{ block['data']|raw }}
  13. {% endif %}