Wrote a Blog Post

Template tags are just functions

A few years ago, ES6 introduced template literals, allowing among other things for multi-line strings, embedded expressions, and string interpolation. That means that the following snippets of code could be written as follow: