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

x/lara_template_deno/examples/custom_directives.deno

renderer, compiler, transpiler, minifier, and template formatter for Deno
Latest
File
@code(let papa = "s";)@code(let mama;)
@.table("10x10")
@.PI
@.test()
@auth is authenticated@endauth
@env("APP_URL_API") exist "APP_URL" in to env@endenv
@production is production@endproduction
@development is development@enddevelopment
@isset(papa) papa is defined@endisset
@empty(mama) mama is empty@endempty
@unless(8 === 7) not equal@endunless