{#
/**
* @file
* SShop layouts: "Homepage (first)" template.
*
* Available region variables:
* - top
* - main
* - services
* - bottom
*
*/
#}
{% if content %}
{% if content.top_slideshow or content.top_categories %}
{{ content.top_slideshow }}
{{ content.top_categories }}
{% endif %}
{% if content.first_collection_title or content.first_collection_banner or
content.first_collection_hot or content.first_collection_products %}
{{ content.first_collection_title }}
{{ content.first_collection_banner }}
{{ content.first_collection_hot }}
{{ content.first_collection_products }}
{% endif %}
{% if content.product_categories %}
{{ content.product_categories }}
{% endif %}
{% if content.second_collection_title or
content.second_collection_products or content.second_collection_hot or
content.second_collection_banner %}
{{ content.second_collection_title }}
{{ content.second_collection_products }}
{{ content.second_collection_hot }}
{{ content.second_collection_banner }}
{% endif %}
{% if content.featured_products %}
{{ content.featured_products }}
{% endif %}
{% if content.blog_news %}
{{ content.blog_news }}
{% endif %}
{% if content.featured_products_bottom %}