diff options
Diffstat (limited to 'lib/output/website/index.js')
-rw-r--r-- | lib/output/website/index.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/output/website/index.js b/lib/output/website/index.js index 9ef87b6..0a8618c 100644 --- a/lib/output/website/index.js +++ b/lib/output/website/index.js @@ -154,12 +154,6 @@ WebsiteOutput.prototype.renderAsString = function(tpl, context) { // Calcul template name var filename = this.templateName(tpl); - // Extend context - // Setup complete context - context.template = _.extend(context.template || {}, { - self: filename - }); - context = _.extend(context, { plugins: { resources: this.resources |