﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
56,First template inclusion hides variables for next include,sakkew,cmlenz,"Using /root/branches/stable/0.3.x/examples/turbogears as base, I added another include to welcome.html:
{{{
<xi:include href=""include.html"" py:for=""name in ('foo', 'bar', 'baz')"" />
}}}

Now when I try to access variables set in the include tag from within include.html, nothing is displayed. If I remove the original <xi:include href=""base.html"" /> from the top of welcome.html, it works.

Another related issue is that if base.html is included, the body of base.html is rendered as many times as the second include iterates.

Attached are the example files.
",defect,closed,major,0.3.1,Template processing,0.3,fixed,,
