So it's much nicer to write
'<a href="www.google.com">Google</a>'
`<a href="${ site.url }">${ site.name }</a>`
"<a href='www.google.com'>Google</a>"
So it's much nicer to write
than to constantly escape argument strings.