Explanation of …
Those script tags are a common way to implement templating functionality (like in PHP) but on the client side. By setting the type to “text/template”, it’s not a script that the browser can understand, and so the browser will simply ignore it. This allows you to put anything in there, which can then be extracted … Read more