I am trying to get the query parameters in the url.
There doesn\'t seem to be an easy way to do this...
which leaves me with the feeling that I must have mis
Ensure that if you are using Router.go that your first parameter is a template name, and not a path. query parameters are not passed if you specify a path.