﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
320	Using templates without loader	erik@…	cmlenz	"I ran into problems with the include directive when creating NewTextTemplate objects directly rather than using TemplateLoader.  It would quietly render it as an empty string, no exception or anything.  Doing a little trouble-shooting in base.Template._prepare(), self.loader is None and fallback is an empty list.  Hence, nothing.  After looking at that code, it makes me think that a TemplateLoader is required.

I am new to Genshi, so I'm not sure if this is a bug in the include directive handling or if using TemplateLoader is required.  Ideally, I prefer to not be forced to use TemplateLoader."	defect	closed	minor	0.6	Template processing	0.5.1	fixed		
