Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lara_template_deno/examples/code.deno

renderer, compiler, transpiler, minifier, and template formatter for Deno
Latest
File
@code("./examples/scripts/routes.js")
@code("anonymous") const PI = 3.1416;@endcode
@code(const PLANCK = 6.626;)
@code const PI = 3.1416;@endcode
@code print("hello");@endcode
{{ PI }}
{{ PLANCK }}
{{ routes[0].path }}