{% 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 ~ '-legacy', null, webpack, true) }} {% endblock %} {% block javascripts %} {{ parent() }} {{ resources.encore_entry_js_files('front-' ~ websiteTemplate ~ '-legacy', webpack, 'Page legacy', true) }} {% endblock %} {% block body %}