/** * html tagged template — JSX-like syntax without a build step. * * Parses once per call site (WeakMap cache on the stable strings array), * then builds DOM via h() on every render. Works in plain