Replace function declarations with const arrow functions and string concatenation with template literals to match the project's JS style.
Move CSS, JS, favicon files to static/ directory to separate compiled-in assets from Askama templates. Update all include paths, build.rs, flake.nix, and Tailwind @source directives.