{{productTaste.title}}

{% if productTaste.subtitle %}

{{productTaste.subtitle}}

{% endif %} {% if productTaste.showList == 'true' %} {% endif %} {% if productTaste.leadbox.content and productTaste.leadbox.content != '' %} {% from "../_leadBox/_leadBox.html" import leadBox %} {{ leadBox( boxContent = productTaste.leadbox.content, path = global.path, authorName = productTaste.leadbox.author.name, hasStartingImage = productTaste.leadbox.hasStartingImage, starting_image = productTaste.leadbox.starting_image.image, starting_image_alt = productTaste.leadbox.starting_image.image_alt ) }} {% endif %}