[Zope] Recursive DTML?
jason@brahms.siteprotect.com
jason@brahms.siteprotect.com
Thu, 01 Jul 1999 10:14:24 -0500
Is there any way to have recursive #var references in DTML? I have the
usual standard_html_header reference at the top of all of my DTML files,
but I would like to include some #var references in the header. For
example,
standard_html_header = """
<html>
<head>
<title>
My title is <!--#var mytitle-->
<title>
</head>"""
I naively tried this, but the mytitle reference came through as a
comment. Is there some easy way to make this work?
Thanks,
-jason