{# Button that closes the Modal it lives in. Wraps `` and adds the Bootstrap `data-bs-dismiss="modal"` attribute, so callers don't have to remember it. The label goes in the default slot; any other Button prop (variant, icon, size, …) is forwarded. Usage (inside a footer block): Cancel #} {% props type = 'button' %} {{ block(outerBlocks.content) }}