ts string template code example Example: template string in typescript let lyrics = 'Never gonna give you up'; let html = `<div>${lyrics}</div>`;