'use strict'; module.exports = function load(templatePath) { throw new Error('Template not found: ' + templatePath); };