{{ header }}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-9' %} {% else %} {% set class = 'col-sm-12' %} {% endif %}
{{ content_top }}

{{ heading_title }}


{% if products %} {#==== Product Listing ==== #}
{% include theme_directory~'/template/soconfig/listing.twig' with {listingType: listingType} %}
{% else %}

{{ text_empty }}

{% endif %} {{ content_bottom }}
{{ column_right }}
{{ footer }}