{# @billboard # # 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 #}
<{{ title_el | default('h2') }} class="mzp-c-billboard-title">{{ title }} {%- if desc %}

{{ desc }}

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