{## # HTMX base layout for partial page load # # This layout is a frame for a page that is loaded via HTMX. # # It only renders the HTML that is supposed to be swapped into the DOM. # # Use like this (remove tilde): {~% extends hx_layout %~} #} {% block regular_content %}{% endblock %}