{% if page.hero.v_hero_bg %} {% endif %}

{{ page.hero.t_title }}

    {% for item in page.hero.hero_features %}
  • {% if item.i_icon %} {% comment %} Variable name should match 'item' in loop {% endcomment %} {% picture platformicon pages/{{ item.i_icon }} alt="{{ item.t_title }} icon" data-hero-image %} {% endif %}

    {{ item.t_title }}

  • {% endfor %}

{{ page.hero.t_subtitle }}

{{ page.hero.t_button }} {% if page.hero.i_btn_icon %} {% picture platformicon pages/{{ page.hero.i_btn_icon }} alt="{{ page.hero.t_button }} icon" data-hero-image %} {% endif %}