kotlinx.html
kotlinx.html copied to clipboard
Template element has wrong parent content type
trafficstars
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
But currently template {} function cannot be used inside div {} etc.