`if (not_logged_in() && is_htmx()) { header("HX-Re...
# htmx-general
s
if (not_logged_in() && is_htmx()) { header("HX-Refresh"); exit(); }
?