{% macro sectionBanner(componentName, componentVariant, title = '', content, showCta = 'false', mainBtnText, styleVariantion, path, backgroundImage = '') %}
{% if backgroundImage != '' %} {% endif %}
{% if title != '' %}

{{title}}

{% endif %}

{{content}}

{% if showCta == 'true' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA= 'false', ctaID= '', ctaLink= '', ctaTarget= '', dataParam= 'false', ctaParam= 'false', ctaClass= '', ctaText= mainBtnText, hasIcon = global.mainBtn_hasIcon ) }} {% endif %}
{% endmacro %}