Latest version.
When formatting a basic HTML link using a template (*.hbs), is the following the correct way of getting the post title as the email subject?
<a href="mailto:email@example.com?subject={{title}}&body=Hello" target="_blank">Email</a>
If not, does anyone know?