Current ```js template = `<button type=“{type}”></button>` ``` New ```js template = html`<button type=“${type}”></button>` ``` Benefits: - syntax highlighting - no eval is needed