diff --git a/Resources/views/pagelayout.html.twig b/Resources/views/pagelayout.html.twig index 91ff028..7d283c7 100644 --- a/Resources/views/pagelayout.html.twig +++ b/Resources/views/pagelayout.html.twig @@ -21,7 +21,7 @@ {% endif %} - {{ render( controller( "ezpublish_legacy.website_toolbar.controller:websiteToolbarAction", { 'locationId': currentLocation.id|default( null )} ) ) }} + {{ render_esi( controller( "ezpublish_legacy.website_toolbar.controller:websiteToolbarAction", { 'locationId': currentLocation.id|default( null )} ) ) }}
{% block header %}