{% if technologies|length > 0 %}

{{ blocks | getBlock('technology_title') }}

    {% for technology in technologies %}
  • {{ technology.imageAlt }}

    {{ technology.name }}

    {{ technology.content }}

  • {% endfor %}
    {% endif %}