<:Title> Bindings <:Body>

Bindings

Text

Page {{ page._name }}
Params {{ params._name }}
Routes {{ params._route_test }}
Local Store {{ local_store._name }}

Checkbox

Page {{ page._check }}
Params {{ params._check }}

Radio

Page {{ page._radio }}

Select

Page {{ page._select }}

Textarea

Page {{ page._textarea_name }}

URL

Path {{ url.path }}
Query {{ url.query }}
Fragment {{ url.fragment }}

If Bindings

{{ if page._show && true }} If _show {{ else }} If false _show {{ end }}

Unless Bindings

{{ unless page._show && true }} Unless _show {{ else }} Unless false _show {{ end }}

set _show true set _show false

Each Bindings

Show with Delay Show without Delay

Content

{{{this is {{escaped}}}}}

Event

{{ blur_count || 0 }}
{{ focus_count || 0 }}

Raw

{{ raw 'some
code' }}

{{ raw Promise.new.resolve('some
other code') }}

{{ # comment binding }}