Skip to content

pguillory/json-haml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reimplementation of [jquery-haml] 1 in Node.js.

var name = "foo"
var template = ["%div", "my name is ", ["%span", {class:"name"}, name]]

var html = haml.stringify(template)

// <div>my name is <span class="name">foo</span></div>

About

Templating for Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published