{% set blockImage = block.image ? block.image|media : 'assets/images/blocks/team.png'|theme %}

{{ block.title }}

{{ block.content|raw }} {% if block.list_items %}
    {% for item in block.list_items %}
  • {{ item.text }}
  • {% endfor %}
{% endif %}

{{ block.button_text }}