ES6 Template Literals(multi-line)

by Jacob King

JavaScript

const html = `
  <div>
    <h1>Hello</h1>
  </div>
`;