{{if in .URL "/product/cars/(.Params.company | urlize)-(.Params.name | urlize)/"}}
...
{{end}}
And it doesn’t work as (.Params.company | urlize) and (.Params.name | urlize) are not evaluated but seen as strings. I’ve tried moving things around, but can’t get this construct to work. Suggestions?
ps. Sorry about the bad topic title. I wasn’t sure what to label this.