{% extends 'front/' ~ website().configuration.template ~ '/base.html.twig' %} {% import 'core/src-macro.html.twig' as resources %} {% trans_default_domain 'front_ec_international' %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('front-' ~ websiteTemplate ~ '-components', null, webpack, true) }} {% endblock %} {% block javascripts %} {{ parent() }} {{ resources.encore_entry_js_files('front-' ~ websiteTemplate ~ '-components', webpack, 'Page components', true) }} {% endblock %} {% set zonePosition = 1 %} {% set btnHover = "hbtn hb-fill-right" %} {% set websiteColors = website()|colors %} {% set mainColors = websiteColors.color is defined ? websiteColors.color : [] %} {% set backgroundColors = websiteColors.background is defined ? websiteColors.background : [] %} {% set buttonColors = websiteColors.button is defined ? websiteColors.button : [] %} {% set alertColors = websiteColors.alert is defined ? websiteColors.alert : [] %} {% block body %}