[ZPT] extra_context

Magnus Heino magnus.heino@pleon.sigma.se
Fri, 30 Nov 2001 15:24:11 +0100


In the code below, what shoule bound_names be if I want the output to be
"<p>content</p>" ??


---

from PageTemplates.PageTemplate import PageTemplate
p = PageTemplate()

bound_names = ????

p.write('<p tal:content="here/foo | default">bar</p>')

p(extra_context=bound_names)


---


/Magnus