-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Milestone
Description
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>Reactions are currently unavailable