A javascript template engine
$('#test').template({'firstname' : 'A firstname','lastname' : 'A lastname','positions' : [{'title':'A position title','year': 'A year'},{'title':'A position title','year': 'A year'},{'title':'A position title','year': 'A year'},{'title':'A position title','year': 'A year'}],'age' : false})<divid="test"><pdata-replace="firstname"></p><uldata-repeat="positions"><li><spandata-replace="title"></span></li></ul><pdata-logic="!age">Guess what no age!</p></div>See demo/index.html
See template.html