Skip to content

laktek/punch-engine-handlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handlebars Template Engine for Punch

Use this plugin to replace Punch's default Mustache template engine with Handlebars.

How to Setup

  • Install the package

      npm install punch-engine-handlebars
    
  • Open your Punch project's configurations (config.json) and add the following:

      "plugins": {
      	
      	"template_engine": "punch-engine-handlebars" 
    
      }
    
  • Now you can use Handlebars syntax for your project's templates.

    Make sure you save the templates with .handlebars extension.

About

Use Handlebars as the template engine in Punch

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published