Move templates into standalone lib

This commit is contained in:
kpdecker
2013-08-25 13:25:27 -05:00
parent df0734ae5e
commit 86694fd122
13 changed files with 125 additions and 81 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
context: { names: [{name: "Moe"}, {name: "Larry"}, {name: "Curly"}, {name: "Shemp"}] },
handlebars: "{{#names}}{{name}}{{/names}}"
}