5 lines
169 B
Twig
Raw Normal View History

2019-04-02 19:54:29 +02:00
{% set item_col = show_sidebar ? 'col-9 col-md-12' : 'col-12' %}
{% set sidebar_col = show_sidebar ? 'col-3 col-md-12' : 'col-12' %}
2019-04-05 00:19:26 +02:00
{% block item %}{% endblock %}