layout.html.twig 220 B

123456
  1. {% set item_col = show_sidebar ? 'col-9 col-md-12' : 'col-12' %}
  2. {% set sidebar_col = show_sidebar ? 'col-3 col-md-12' : 'col-12' %}
  3. <div id="items" class="column">
  4. {% block item %}{% endblock %}
  5. </div>