[Zope] Zopistas! This Ain't That Hard!!
beno
zope@thewebsons.com
Sun, 01 Dec 2002 14:06:26 -0400
Hi;
This is my THIRD post of this question, and I know it isn't that hard to
answer, so p-l-e-a-s-e:
Here's two lines of code from a Page Template:
This is Page Template <em tal:content="template/id">template id</em>.<br><br>
<p tal:replace="structure
python:here.theFrame(here.size(),`here.template.id`)" />
In the latter line I want to call the same_variable referenced in the
former line (template/id or template.id). How do I do it?
TIA,
beno