{%- 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 -%}

{{ frappe.utils.md_to_html(_(feature.content)) }}

{%- endif -%}
{%- if feature.url -%} {{ _("Learn more") }} → {%- endif -%}
{%- endfor -%}