layout.html.twig 169 B

1234
  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. {% block item %}{% endblock %}