This commit is contained in:
dawidf 2026-07-01 07:09:59 -05:00 committed by GitHub
commit 77f52c2a87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,4 @@
{% macro accordion(items, open = false, auto_close = null, flush = false) %}
{% set auto_close = auto_close|default(true) %}
{% macro accordion(items, open = false, auto_close = true, flush = false) %}
{% set id = id|default(random()) %}
<div class="accordion{% if flush %} accordion-flush{% endif %}" id="{{ id }}">