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

Fix the default include syntax #8 #9

Merged
merged 1 commit into from
Sep 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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