meteor-static-templates Meteor plugin for importing static HTML templates Installation meteor add urigo:static-templates Usage import example from './example.html'; console.log('example.html as string:', example); importing from node_modules import template from 'angular-utils-pagination/dirPagination.tpl.html'; Known issues TypeScript warnings about missing module [#9] Conflicting with other compiler-packages transforming files having the extension .html e.g. angular-compilers or blaze-html-templates [#18]