<div dir="ltr"><div>Django templates offer more than just interpolating (coerced) values into strings. They also offer template inheritance, some minimal inline flow control and calls out to external functions. Beware that by moving away from templates, you'll be missing out on these features. (If Pulp is *not* using these features, why are Django templates being used? format(), string.Template(), etc are all much simpler.)<br><br></div><div>-Jeremy<br></div></div>