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

x/lara_deno_template/examples/with.deno

renderer, compiler, transpiler, minifier, and template formatter for Deno
Go to Latest
File
@code const person = { first_name: "tomas", last_name: "bell", age: 27, birth_date: "2000/02/06" };@endcode
@with(person) full name: {{ first_name }} {{ last_name }} age: {{ age }} birth_date {{ birth_date }}@endwith