Loading ...
Please ensure you are using the latest version of a modern browser. If this page fails to load, you may still access the legacy documentation site.
{{# template: 'header' /}}
{{# if: body }}

{{ title }}

{{/if }} {{# ifnot: body }}

Introduction

Key Concepts

Declarative bindings

Easily associate DOM elements with model data using a concise, readable syntax

Automatic UI refresh

When your data model's state changes, your UI updates automatically

Dependency Tracking

Implicitly set up chains of relationships between model data, to transform and combine it

Templating

Quickly generate sophisticated, nested UIs as a function of your model data

Some ways to get started

Live example


{{ /ifnot }}
{{# template: 'footer' /}}