{% load sample_tags %} {% simple_modal id_modal="dcb-demo-modal" title="Modal loaded from the server" size="lg" %}
This modal was not rendered with the page. It was fetched from the server only when you clicked the button and injected into the DOM via hx-swap="beforeend".
The server response can return anything: a modal, a script, a form — the browser just appends it to <body>.