HTML template tag

I didn't know the <template> tag existed. It's for significant HTML structures that need to be injected at runtime and Kitty Giraudel points out why it makes sense to use it: Templating in HTML.