{{healthBenefits.title}}

{% if healthBenefits.subtitle %}

{{healthBenefits.subtitle}}

{% endif %}

{{healthBenefits.content}}

{% if healthBenefits.leadbox.content and healthBenefits.leadbox.content != '' %} {% from "../_leadBox/_leadBox.html" import leadBox %} {{ leadBox( boxContent = healthBenefits.leadbox.content, path = global.path, authorName = healthBenefits.leadbox.author.name, hasStartingImage = healthBenefits.leadbox.hasStartingImage, starting_image = healthBenefits.leadbox.starting_image.image, starting_image_alt = healthBenefits.leadbox.starting_image.image_alt ) }} {% endif %} {% if healthBenefits.showList == 'true' %}
{{healthBenefits.listTitle}}
{% for item in healthBenefits.listItems %}
{{item.content}}
{% endfor %}
{% if healthBenefits.showDisclaimer == 'true' %}

{{global.disclaimer}}

{% endif %}
{% endif %} {% if healthBenefits.showCTA == 'true' %} {% include "../CTA/CTA.html" %} {% endif %}