Well just enable the internal attribute on a link:

and add a dynamic attribute for the title:

the resulting code will be:
<a class="nav-item nav-link" href="/page2" internal dmx-bind:title="'my page title'">Page 2</a>
Well just enable the internal attribute on a link:

and add a dynamic attribute for the title:

the resulting code will be:
<a class="nav-item nav-link" href="/page2" internal dmx-bind:title="'my page title'">Page 2</a>