// Small helper to allow for html highlighting / formatting in most editors. module.exports = function html(templates) { return templates.join('') }