14 Aug
2002
14 Aug
'02
2:25 a.m.
Your description is a little too fragmented to tell. You mention using a macro, and don't indicate the context of your test. If the <title> tag you describe is being called from index_html, and index_html is in the root, then 'container' will always be the root object. 'here' will also be the root object, unless you are acquiring index_html into another folder. Did you expect 'here' to be the template itself? That's 'template'.
Holy cow! Thanks for reading my mind. template is precisely what I was looking for. Thanks! // mark -