I need to process some parameters inside a controller and generate a link to a template. I cannot figure out how I try to pass assign {{url}}
<button class="button" onclick="window.open('{{url}}', '_system', 'location=yes'); return false;">open</button>
http://www.someurl.com/someservice.php?param=param&anotherparam=another
How can it be done?