Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from gergan/master
Browse files Browse the repository at this point in the history
Fix the default include syntax #8
  • Loading branch information
bmuenzenmeyer authored Sep 12, 2017
2 parents fa42cb6 + e03b429 commit c96fde0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/engine_handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ var engine_handlebars = {
// register exact partial name
Handlebars.registerPartial(pattern.patternPartial, pattern.template);

// register verbose syntax? No, it seems that Handlebars can't tolerate
// slashes in partial names.
Handlebars.registerPartial(pattern.verbosePartial, pattern.template);
},

// find and return any {{> template-name }} within pattern
Expand Down

0 comments on commit c96fde0

Please sign in to comment.