15 Jul
2004
15 Jul
'04
1:23 a.m.
Michael Fox wrote:
Hi *,
How can I tack on a sting to my request/BASE1? eg. something like the following.
<a href=".." tal:attributes="href request/BASE1 + '/some_page_template'">link</a>
<a href=".." tal:attributes="href string:${request/BASE1}/some_page_template">link</a> Jim