Template strings are string literals allowing embedded expressions.
Docs: http://updates.html5rocks.com/2015/01/ES6-Template-Strings https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/template_strings https://leanpub.com/understandinges6/read/#leanpub-auto-template-strings
Samples: https://github.com/GoogleChrome/samples/tree/gh-pages/template-literals-es6