{% block body %}
{% autoescape false %}
{% set homepageUrl = channel.hostname is not null ? 'http://' ~ channel.hostname ~ path('sylius_shop_homepage', {'_locale': localeCode}) : url('sylius_shop_homepage', {'_locale': localeCode}) %}
{% set logo = channel.hostname is not null ? 'http://' ~ channel.hostname ~ asset('bundles/syliusshop/images/logo.png') : absolute_url(asset('bundles/syliusshop/images/logo.png')) %}
{% set elecGeneralUrl = channel.host is not null ? 'https://' ~ channel.hostname ~ path('app_asg_custom_elec_general_page', {'_locale' : localCode}) : url('app_asg_custom_elec_general_page', {'_locale' : localeCode}) %}
{% set automationUrl = channel.host is not null ? 'https://' ~ channel.hostname ~ path('app_asg_custom_automation_page', {'_locale' : localCode}) : url('app_asg_custom_automation_page', {'_locale' : localeCode}) %}
{% set securityUrl = channel.host is not null ? 'https://' ~ channel.hostname ~ path('app_asg_custom_security_page', {'_locale' : localCode}) : url('app_asg_custom_security_page', {'_locale' : localeCode}) %}
{% set showroomUrl = channel.host is not null ? 'https://' ~ channel.hostname ~ path('app_asg_custom_showroom_page', {'_locale' : localCode}) : url('app_asg_custom_showroom_page', {'_locale' : localeCode}) %}
{% set banner = channel.hostname is not null ? 'http://' ~ channel.hostname ~ asset('bundles/syliusshop/images/asgimg/smarthouse1.jpeg') : absolute_url(asset('bundles/syliusshop/images/asgimg/smarthouse1.jpeg')) %}
|
|
Votre boutique domotique à Lorient
Boutique
|
|
{% block content %}{% endblock %}
|
{% endautoescape %}
{% endblock %}