// htmx loader - loads from CDN
// This file exists so the embedded asset system works, but we load htmx from CDN
(function(){if(typeofhtmx==='undefined'){varscript=document.createElement('script');script.src='https://unpkg.com/htmx.org@2.0.4';document.head.appendChild(script);}})();