25 May
2000
25 May
'00
noon
Frédéric QUIN wrote:
I tried to access to "html_standard_header" like that : <dtml-var Models.html_standard_header> but it didn't work...
Try this: <dtml-var "Models.html_standard_header"> note the "" which make it into a python expression where your . will work :-) Chris