{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% extends 'SonataPageBundle::layout.html.twig' %} {% block page_content %} {% if page is defined %}
{% if page.name != 'global'%} {{ sonata_page_render_container('left_col', 'global') }} {% endif %} {{ sonata_page_render_container('left_col', page) }}
{% if page.name != 'global'%} {{ sonata_page_render_container('right_col', 'global') }} {% endif %} {{ sonata_page_render_container('right_col', page) }}
{% endif %} {{ parent() }} {% endblock %}