{% comment %} Dialog/Modal Component - Unified Django Template A flexible dialog/modal component that supports both HTMX-triggered and Alpine.js-controlled modals. Includes proper accessibility attributes (ARIA) and keyboard navigation support. Usage Examples: Alpine.js controlled modal: {% include 'components/ui/dialog.html' with title='Confirm Action' content='Are you sure?' id='confirm-modal' %} HTMX triggered modal (loads content dynamically):
{{ description }}
{% endif %}