1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-15 10:07:07 +01:00

Better Handlebars support.

This commit is contained in:
devlinjd
2015-12-16 20:13:27 -05:00
parent e0ef774692
commit ae9c295ce1
5 changed files with 66 additions and 11 deletions

View File

@ -7,7 +7,7 @@ Underscore template generate for FluentCV.
var _ = require('underscore');
module.exports = function( json, jst, format, cssInfo, opts ) {
module.exports = function( json, jst, format, cssInfo, opts, theme ) {
// Tweak underscore's default template delimeters
var delims = (opts.themeObj && opts.themeObj.delimeters) || opts.template;