Is possible do this whith volt sintax? Elements inside tag a
<a href="https://mysite.com">My Site!!
<img src="logo.jpg" alt="Site" height="42" width="42">
<p>My beautiful site!!!</p>
</a>
In Volt i know only this way, without inside elements...
{{ link_to('mysite.com', 'My Site') }}