Hacker News new | ask | show | jobs
by Doxin 283 days ago
<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.