An AstroJS adaptation of the Template Extensions examples.
pnpx degit https://github.com/JulianCataldo/astro-template-extensions astro-te-demo
cd astro-te-demo && pnpm i && pnpm dev
See the live demo.
- We can escape template strings variables with
{'{{ var }}'}
oris:raw
Astro directive.
- custom-elements-ssr, could be explored for isomorphic template strings bindings + rendering, with an AstroJS renderer.
- The ESX proposal.