{% comment %} How this works: - The modal is a placeholder for the modal content. - The modal get visible when the modal content is loaded via htmx, - use hx-target="#htmx-modal" load the content in the modal and make it visible - If any htmx response targetted to this model is empty, the modal get hidden and content is removed. {% endcomment %}