ljm90 / templite

javascript lite template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Templite

This is a template engine wrote in javascript

This engine is made for fun, you can do whatever you want with it.

#How to use

templite(id)

id:template id in document

return: render function 

render(data)

data: json data 

return: html string

To do

1.if statements // done

2.filter

3.exceptions handle

About

javascript lite template


Languages

Language:JavaScript 89.6%Language:HTML 8.1%Language:CSS 2.3%