# HTML Imports polyfill [HTML Imports][1] are a way to include and reuse HTML documents in other HTML documents. As ` `html_import.debug.js` is the debug loader and uses `document.write` to load additional modules. Use the minified version (`html_import.min.js`) if you need to load the file dynamically. ## Basic usage For HTML imports use the `import` relation on a standard `` tag, for example: ## Polyfill details You can read more about how the polyfill is implemented in JavaScript here: ## Getting the source code This package is built from: You'll need [node.js](http://nodejs.org) to rebuild the JS file. Use `npm install` to get dependencies and `grunt` to build. [1]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html