{# TODO: this probably won't be needed anymore as we will relay on the HTTP cache #} {% include 'eZDemoBundle::page_head_displaystyles.html.twig' %} {% block page_head %} {% include 'eZDemoBundle::page_head.html.twig' %} {% endblock %} {% include 'eZDemoBundle::page_head_style.html.twig' %} {% include 'eZDemoBundle::page_head_script.html.twig' %}
{% if location is defined and not location.isDraft %} {% set currentLocation=location %} {% endif %} {% if currentLocation is defined %} {{ render( controller( "ezpublish_legacy.website_toolbar.controller:websiteToolbarAction", { 'locationId': currentLocation.id} ) ) }} {% endif %}