Templates compiled into the binary with //go:embed - a single, self-contained
binary with no templates directory at runtime. You can run it from anywhere.
Embedded single-binary example: the templates dir is compiled into the binary
via //go:embed, so this binary serves its templates with no templates dir on
disk at runtime. Run it from anywhere. CLI flags (e.g. --listen) still work.