```html <a href='mailto:hello@example.com'>email</a> ``` when run through the compiler in SSR mode produces ```javascript ... return `<a href="mailto:helloexample.com">email</a>`.trim(); ... ```