Skip to content
forked from jayankaghosh/jst

JST is a templating engine written purely in Javascript. It allows you to separate your whole page into blocks where each block will have it's own renderer file.

License

Notifications You must be signed in to change notification settings

joy-codilar/jst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jst

JST is a templating engine written purely in Javascript. It allows you to separate your whole page into blocks where each block will have it's own renderer file.

It supports looping, recursive templating etc.

And the best part? It's all loaded through AJAX, which significantly increases the page load speed.

For a demo and tutorial head over here

About

JST is a templating engine written purely in Javascript. It allows you to separate your whole page into blocks where each block will have it's own renderer file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • HTML 19.0%