{{aboutRedMeat.title}}

{% if aboutRedMeat.subtitle != '' %}

{{aboutRedMeat.subtitle}}

{% endif %}
{% for item in aboutRedMeat.content %}

{{item.title}}
{{item.paragraph}}

{% endfor %}
{% from "../_leadBox/_leadBox.html" import leadBox %} {{ leadBox( modifierClass = 'cite', boxContent = aboutRedMeat.leadbox.content, path = global.path, authorPicture = aboutRedMeat.leadbox.author.image, authorName = aboutRedMeat.leadbox.author.name, hasStartingImage = aboutRedMeat.leadbox.hasStartingImage, hasClosingImage = aboutRedMeat.leadbox.hasClosingImage, starting_image = aboutRedMeat.leadbox.starting_image.image, starting_image_alt = aboutRedMeat.leadbox.starting_image.image_alt, closing_image = aboutRedMeat.leadbox.closing_image.image, closing_image_alt = aboutRedMeat.leadbox.closing_image.image_alt ) }}