Right now imported-template can load content from a url or import html provided as content property.
It would be really nice to be able to import other templates like this:
<template id="my-template">
<div>Some HTML here</div>
</template>
<template is="imported-template" ref="my-template"></template>
Right now
imported-templatecan load content from a url or import html provided ascontentproperty.It would be really nice to be able to import other templates like this: