pub fn template(cx: Scope) -> HtmlElement<Template>
Expand description
The <template>
HTML element is a mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.