first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% set item_col = show_sidebar ? 'col-9 col-md-12' : 'col-12' %}
|
||||
{% set sidebar_col = show_sidebar ? 'col-3 col-md-12' : 'col-12' %}
|
||||
|
||||
<div id="items" class="column">
|
||||
{% block item %}{% endblock %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user