gears-handlebars

Handlebars compiler for Gears
Download

gears-handlebars Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ISC License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Yumatov
  • Publisher web site:
  • http://github.com/trilan/

gears-handlebars Tags


gears-handlebars Description

gears-handlebars already includes the Handlebars source code for you, so you don't need to worry about installing it yourself.InstallationInstall gears-handlebars with pip: pip install gears-handlebarsUsageAdd gears_handlebars.HandlebarsCompiler to environment's compilers registry:from gears_handlebars import HandlebarsCompilerenvironment.compilers.register('.handlebars', HandlebarsCompiler.as_handler())If you use Gears in your Django project, add this code to its settings:GEARS_COMPILERS = { '.handlebars': 'gears_handlebars.HandlebarsCompiler',}Product's homepage


gears-handlebars Related Software