Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a tiny template

A template implement which is so simple and small is inspired by handlebars.js(http://handlebarsjs.com/)

Syntax

  • {{name}}: get field value.
  • {{#each items}} ... {{/each}}: foreach items
  • {{#if age > 13}} ... {{/if}}: if age > 13 then do something

The 3 syntax forms(above) only.

License

It is licensed under the MIT license(http://opensource.org/licenses/MIT).

About

A tiny javascript template. Loving it.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages