Skip to content
Karan Sikka edited this page Nov 23, 2013 · 1 revision

A template helps you generate a larger piece of code for your application.

Any object in the App Struct can be a template. Just write a javascript function that returns that object, or some modification of that object. That's a template.

In the world of design and presentation, there are UIElement templates, which are drag and drop widgets you can use to quickly prototype your page.

In the world of backend functionality, there are model and modelmethod templates, which quickly give you code to increase the functionality of your web app.

Templates will be stored in an open, public repository. You can clone templates and customize/improve them, and republish them back if you wish.

Clone this wiki locally