{% if blocks is defined and blocks['home_page_resources'] is defined and blocks['home_page_resources']|length > 0 %}
{% for block in blocks['home_page_resources'] %}
{% set imagePath = asset('build/images/resource-1.png') %}
{% if block.imagePath is not null %}
{% set imagePath = asset(blockImagesDirectory ~ block.imagePath) %}
{% endif %}