If I use Links in my templates, like ``` <a href="whatsapp://send?text=${this.shareLink}">Link Label 1</a> ``` I got an javascript error <img width="883" height="155" alt="Image" src="https://github.com/user-attachments/assets/7b7217da-b9b5-48ac-8857-6dda2203ddb4" /> Its looks like, the AttritubePart has problems with strings containing interpolations. https://codepen.io/KingDE/pen/NPGyVjO?editors=1010