According to MDN, permitted parents of <template> elements are:
Any element that accepts metadata content, phrasing content, or script-supporting elements. Also allowed as a child of a element that does not have a span attribute.
But currently template {} function cannot be used inside div {} etc.
According to MDN, permitted parents of
<template>elements are:Any element that accepts metadata content, phrasing content, or script-supporting elements. Also allowed as a child of a element that does not have a span attribute.
But currently
template {}function cannot be used insidediv {}etc.