Simplified check if sidebar is true

This commit is contained in:
Pedro Moreno 2023-02-20 21:33:57 +01:00
parent f13cc8d514
commit 04031267c8

View file

@ -43,7 +43,5 @@
{% endblock %}
{% block sidebar %}
{% if show_sidebar == true %}
{% include 'partials/sidebar_left.html.twig' %}
{% endif %}
{% endblock %}