Hacker News new | ask | show | jobs
by joshuacc 4009 days ago
In ES6, that's no longer a problem since most HTML elements will involve interpolation with template strings and backticks.

    `<a href="${ site.url }">${ site.name }</a>`