{% macro highlightedContent(highlightedContent, showCTA, skin, ctaLink, ctaText, style) %}

{{ highlightedContent }}

{% if showCTA == "true" %} {% if skin == 'true' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA( wrapCTA = 'false', ctaID = '', ctaLink = ctaLink, ctaTarget = "_blank", dataParam = 'true', ctaParam = 'false', ctaText = ctaText, hasIcon = 'false', style = style ) }} {% else %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA( wrapCTA = 'false', ctaID = '', ctaLink = ctaLink, ctaTarget = "_blank", dataParam = 'true', ctaParam = 'false', ctaText = ctaText, hasIcon = 'false', style = 'default' ) }} {% endif %} {% endif %}
{% endmacro %}