{% 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() }} {{ resources.encore_absolute_link_tags('front-' ~ websiteTemplate ~ '-home', webpack, true) }} {% endblock %} {% block javascripts %} {{ parent() }} {{ resources.encore_entry_js_files('front-' ~ websiteTemplate ~ '-home', webpack, 'Page home', true) }} {% endblock %} {% block body %}
{% include 'front/' ~ websiteTemplate ~ '/layout.html.twig' %}
{% endblock %}