{% if aboutProduct.showInfographic != 'true' %} {% endif %}

{{aboutProduct.title}}

{% if aboutProduct.showInfographic == 'true' %}
{% endif %}

{{aboutProduct.content}}

{% if aboutProduct.showInfographic == 'true' %} {% include "../infographic/infographic.html" %}
{% endif %}