I would like to use html-templates. Using Chrome everything works, but in Firefox the template-element doesn't have any Content... maybe it is just not shown in the Debugger, but when I try to instantiate the Content of the template I also don't get any Content.
This template-element:
...
<body>
<template>qwertz</template>
</body>
...
doesn't have any content (I expect "qwertz") when I inspect the element in the Firefox debugger. Seems pretty simple... but unfortunatly I can't see what I'm missing here...