{# Confirm Modal Component ======================= Automatically intercepts hx-confirm attributes and shows a styled modal instead of the browser's native confirm() dialog. This component is included in base.html and works automatically with any element that has hx-confirm="Your message here". Usage (automatic): #} {% macro confirm_modal() %}