dialog_close Closes the currently open dialog. When there is no dialog open then nothing happens. Example: {% button text="cancel" action={dialog_close} %} This button closes any open dialog when clicked. Edit on GitHub