Hacker News new | ask | show | jobs
by mikojan 282 days ago
Could you not achieve the same with a <div hidden>?
1 comments

<template> tags don't do anything to their contents. You can for instance have an <img> tag in there without the image getting loaded, or a <script> tag which doesn't get executed.