Learn Yote by example Level 1 This is a simple walkthrough that touches on all of the client templates. Only the BODY section and the template definitions are included here. The surrounding HTML tags, javascript includes and template init code is omitted. Using a template in a page.
Image Generated HTML
Hello World
Using a template in an other template.
Image Generated HTML
Hello Template
Hello World
Function building templates.
Image Generated HTML
Hello Functional World
Buttons, Links
Image Generated HTML

Click Link
The button and link have a click handler set that calls the hello function, passing it the context of the template. Variables

Image Generated HTML
Hello Sue

Hello Fred
Variables and functions

Controls as variables and after rendering functions
Image Generated HTML