{% if productTaste.enableHighContrastBg == 'true' %}
{% endif %}

{{productTaste.title}}

{% if productTaste.subtitle %}

{{productTaste.subtitle}}

{% endif %} {% if productTaste.enableList == 'true' %}
    {% for item in productTaste.listItems %}
  • {{item.content}}
  • {% endfor %}
{% endif %}
{% if productTaste.enableHighContrastBg == 'true' %}
{% endif %} {% if productTaste.leadbox.content and productTaste.leadbox.content != '' %} {% from "../_leadBox/_leadBox.html" import leadBox %} {{ leadBox( modifierClass = 'cite', boxContent = productTaste.leadbox.content, path = global.path, authorPicture = productTaste.leadbox.author.image, authorName = productTaste.leadbox.author.name, hasClosingImage = productTaste.leadBox.hasClosingImage ) }} {% endif %}