5 lines
169 B
Twig
5 lines
169 B
Twig
{% set item_col = show_sidebar ? 'col-9 col-md-12' : 'col-12' %}
|
|
{% set sidebar_col = show_sidebar ? 'col-3 col-md-12' : 'col-12' %}
|
|
|
|
{% block item %}{% endblock %}
|