- {# link is in html.html.twig #} - - {% - set sidebar_first_classes = (page.sidebar_first and page.sidebar_second) ? 'col-12 col-sm-6 col-lg-4' : 'col-12 col-lg-4' - %} - - {% - set sidebar_second_classes = (page.sidebar_first and page.sidebar_second) ? 'col-12 col-sm-6 col-lg-4' : 'col-12 col-lg-4' - %} - - {% - set content_classes = (page.sidebar_first and page.sidebar_second) ? 'col-12 col-lg-6' : ((page.sidebar_first or page.sidebar_second) ? 'col-12 col-lg-8' : 'col-12' ) - %} - - -
- {{ page.title_banner }} -
- {% if page.sidebar_first %} - - {% endif %} -
- {{ page.content }} -
- {% if page.sidebar_second %} - - {% endif %} -
-
- -