Module
x/lara_deno_template/examples/custom_directives.deno
renderer, compiler, transpiler, minifier, and template formatter for Deno
@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