{% for key in templates.sidebar.order %}
{% set entry, data = templates.sidebar.entries[key] %}
{% if "custom_bindings" not in data or data["custom_bindings"] %}{% endif %}
@@ -67,9 +68,11 @@
{% if "custom_bindings" not in data or data["custom_bindings"] %}{% endif %}
{% endfor %}
+ {% endif %}
-
+ {% if templates.tab.order %}
+
{% for key in templates.tab.order %}
{% set entry, data = templates.tab.entries[key] %}
@@ -100,6 +103,7 @@
{% endfor %}