// Webpack require:
var partial = require('./partial.html');
// Export a function / promise / or a string:
module.exports = new Date() + partial;