Native implementations
The <template>
element is implemented in every modern browsers:
Custom Elements customElements.define()
, Shadow DOM attachShadow()
and HTML Imports <link rel="import">
are implemented in the latest versions of Chrome and Opera.
Polyfills
For other browsers, you can use a polyfill library: