Re: Template.origin

2011-05-24 Thread Jeremy Dunck
On Tue, May 24, 2011 at 12:14 PM, Carl Meyer wrote: > On 05/24/2011 11:53 AM, Jeremy Dunck wrote: >> I was wondering how people would feel about template origin being an >> attribute of the Template instance. >> >> The point to me would be to make it easier to see which location a >> template is c

Re: Template.origin

2011-05-24 Thread Carl Meyer
On 05/24/2011 11:53 AM, Jeremy Dunck wrote: > I was wondering how people would feel about template origin being an > attribute of the Template instance. > > The point to me would be to make it easier to see which location a > template is coming from; I think the compile_string func could do it-- >

Template.origin

2011-05-24 Thread Jeremy Dunck
I was wondering how people would feel about template origin being an attribute of the Template instance. The point to me would be to make it easier to see which location a template is coming from; I think the compile_string func could do it-- after constructing the template, the loader would annot