Skip to content

An alternate Jinja compiler that produces Underscore templates

License

Notifications You must be signed in to change notification settings

hiidef/jinjerscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jinjerscore provides an alternate parser and compiler derived from Jinja2, which rather than generating a final (usually HTML) output, produces an Underscore template that aims to be equivalent to the input. So far, support for basic control structures and variable output is rather good, and support is planned for more advanced features like macros and filters.

Jinjerscore also provides a Django management command for easy template generation and a git commit hook to help you keep your server-side and client- side templates in sync.

You can install jinjerscore with pip:

pip install jinjerscore

You can fork jinjerscore from its git repository:

git clone http://github.com/hiidef/jinjerscore

About

An alternate Jinja compiler that produces Underscore templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages