Skip to content

jpssff/JavaScript-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Feature:
  1. Support comment
    <%# comment %>
  
  2. Support encodeURIComponent
    <%:u=href %>

  3. Support developers custom template function
    app.tpl(template['tpl'], template['data'], {
	fns : {
	    output : 'function(){__p.push.apply(__p, arguments)}'
	}
    })

TODO:
  1. HTML encode
  	<%:h=html %>
  2. unknown

About

JavaScript Template for Front end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors