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

x/lara_template_deno/examples/basic.deno

renderer, compiler, transpiler, minifier, and template formatter for Deno
Latest
File
print data variable{{ $information }}
print shared variable{{ #description }}
print scoped{{ pi }}{{ add(1,4) }}
{{* this is a comment *}}
{{** this is a comment multiline**}}
unescaped html{{< &lt;html&gt;hello&lt;/html&gt; >}}
escaped html{{> <p>hello</p> <}}