A template implement which is so simple and small is inspired by handlebars.js(http://handlebarsjs.com/)
- {{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.
It is licensed under the MIT license(http://opensource.org/licenses/MIT).