Este commit está contenido en:
2019-05-09 00:26:27 +02:00
padre 0cae791a02
commit 3c24252ea3
Se han modificado 33 ficheros con 1112 adiciones y 359 borrados

Ver fichero

@@ -1,13 +1,4 @@
{% 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="item">
{% block item %}{% endblock %}
{% if show_sidebar %}
{% block sidebar %}
{% include 'partials/sidebar.html.twig' %}
{% endblock %}
{% endif %}
</div>