deno.land / x / lume@v2.1.4 / tests / assets / vento / index.vto
12345678910111213141516171819202122---title: Títulolayout: layout.vto---
<h1>{{ title }}</h1>{{ comp button {href: "https://lume.land"} }} Go to Lume{{ /comp }}
{{ set href = "/" |> url(true) }}
{{ comp container }} {{ comp button {href, content: "Go to Lume"} /}}{{ /comp }}
{{ "custom filter" |> upper }}
<strong>{{ "title" |> fromPage }}</strong><strong>{{ "title" |> await fromPageAsync }}</strong>
Version Info