{# @feature-card # # parameters: # class - string # image - path # title - string # title_el - HTML heading element (h1, h2, h3, h4, h5, h6) # desc - string # cta - string # cta_link - url #}
{% if title %}<{{ title_el | default('h2') }} class="mzp-c-card-feature-title">{{ title | default('Feature Card title') }}{% endif %} {% if desc %}

{{ desc }}

{% endif %} {% if cta %}{{ cta }}{% endif %}