Skip to content

JulianCataldo/astro-template-extensions

Repository files navigation

Astro — Template Extensions (Web Components proposal)

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.

Notes

  • We can escape template strings variables with {'{{ var }}'} or is:raw Astro directive.

See also