{% if topSection.headlines.title and topSection.headlines.title != '' %}

{{topSection.headlines.title}} {% if topSection.headlines.subtitle and topSection.headlines.subtitle != '' %} {{topSection.headlines.subtitle}} {% endif %}

{% endif %} {% if topSection.display.stars == 'true' or topSection.display.rating == 'true' or topSection.display.total_reviews == 'true' %}
{% if topSection.display.stars and topSection.display.stars == 'true' %}
{% endif %} {% if topSection.display.rating and topSection.display.rating == 'true' %} {{topSection.rating.stars_value}} {{topSection.rating.stars_text}} {% endif %} {% if topSection.display.total_reviews and topSection.display.total_reviews == 'true' %} {% if topSection.display.rating == 'true' %} | {% endif %} {% if topSection.display.rating and topSection.display.rating == 'true' %}({% endif %}{{topSection.rating.customer_reviews_amount}} {{topSection.rating.customer_reviews_text}}{% if topSection.display.rating and topSection.display.rating == 'true' %}){% endif %} {% endif %}
{% endif %} {% if topSection.headlines.secondaryTitle and topSection.headlines.secondaryTitle != '' %}

{{topSection.headlines.secondaryTitle}}

{% endif %}