@domlink() directive is similar to the
@domurl() directive. The major difference is that the
@domlink() converts all dots to front slashes in any url supplied.
This means that it can only be applied on certain kinds of url formats.
<a href="@domlink('res.images.myimage')"> myimage </a>
<a href="{domain}/res/images/myimage"> myimage </a>
<head> <link href="@domurl('https://some-site.com/assets/css/site.css')" /> </head>