Hello all,
 
I have a question that may or may not be answerable.  I have a site that is set up as so:
 
There is a something.htm that calles other objects, like so:
 
<dtml-var level1_header>
<dtml-var level1_sidebar>
<dtml-var l1_phoneit>
<dtml-var l1_dialit>
<dtml-var l1_findit>
<dtml-var level1_footer>
 
I was wondering if there was a way that I could extract the information from this ".htm" object so that I could determine which objects are being called from it, excluding the header, footer, and sidebar.
 
Is this possable?
 
Thanks