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