Switching template rendering to use Handlebars

- Extracting the IE8 notice and SVG templates out into partials
- Moving changelog details into a data file
This commit is contained in:
Jeff Avallone
2015-10-31 13:12:14 -04:00
parent c90d09a1e0
commit dc72b2d4e4
19 changed files with 436 additions and 340 deletions
+5
View File
@@ -0,0 +1,5 @@
var layouts = require('handlebars-layouts');
module.exports.register = function(handlebars) {
layouts.register(handlebars);
};