Adam wrote:
> I would like to do something like this:
> <a href="URL" tal:attributes="href folders/absolute_url + '?content=' +
> docs/id">blah</a>
>
> The idea being that I would get a resulting url like "mysite/fish?content=trout"
tal:attributes="href string:${folders/absolute_url}?content=${docs/id}"