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.)

-Jeremy
_______________________________________________
Pulp-dev mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pulp-dev

Reply via email to