{%- if title -%}

{{ title }}

{%- endif -%} {%- if subtitle -%}

{{ subtitle }}

{%- endif -%}
{%- for feature in features -%}
{%- if feature.icon -%} Icon for {{ feature.title }} {%- endif -%} {%- if feature.title -%}

{{ feature.title }}

{%- endif -%} {%- if feature.content -%}

{{ feature.content }}

{%- endif -%}
{%- if feature.url -%} Learn more → {%- endif -%}
{%- endfor -%}