Function Variable

Hi, I’m trying to pass a variable in a function: <button-button-button-icon-left (click) = “openWebpage ({{url}})”> … it makes me a template error.
If I display {{url}} in the template it is displayed well.

Thank you for your answer

My guess would be the correct syntax would be:

openWebpage(url)

It works, thanks ! :slight_smile: