Edward Muller wrote:
>In a class of my product I declare the following...
>
>index_html = PageTemplateFile('www/Customer/index_html', globals())
>
>What path would I use to display the id of my object in that index_html?
>
><span tal:replace="?????/id"/>
>
>
>  
>
<span tal:replace="here/id"/>
or 
<span tal:replace="here/getId"/>
regards Max M