{% apply spaceless %} {% set sitename = os_param("sitename") %} {% set l = asset(os_param("logo")) %} {% set t = sitename %} {% set d = os_param("description") %} {% set b = asset(os_param("banner")) %} {% set w = app.request.schemeAndHttpHost() %} {% if alt is not defined %} {% set alt = false %} {% endif %} {% if title is defined %}{% set t = title~' | '~t %}{% endif %} {% if desc is defined %}{% set d = desc %}{% endif %} {% if logo is defined %}{% set l = logo %}{% endif %} {% if banner is defined %}{% set b = banner %}{% endif %} {% if thumbnail is not defined %}{% set thumbnail = os_param("thumbnail") %}{% endif %} {% set thumbnailSize = (thumbnail)|imagesize %} {% set thumb = asset(thumbnail) %} {% set home = home is defined ? home : false %} {% set cookiesBox = cookiesBox is defined ? cookiesBox : true %} {% set customerType = app.session.get('customertype') ?? 'particulier' %} {% block html %} {% endblock html %} {% endapply %}