I want
to have a dtml file <standard_html_footer> that includes the contents of a
<standard_html_footer> defined higher in the
hierarchy.
I
tried
<p>
<center><FONT
SIZE=+1 COLOR=#FF0000>PRE-RELEASE
VERSION</FONT></center>
</p>
<dtml-with aq_parent
only>
<p><dtml-var
standard_html_footer></p>
</dtml-with>
</body>
</html>
This
works in the directory where this dtml-method is, however, I get another
'PRE-RELEASE VERSION' tacked on for every level down I go.
What
is the proper way to get around this?
Thanks
-Greg