I want to have a flexible templating language that I can customize for a specific use case, and also make it simple enough for non-programmers to use. I looked at Cheetah; does anyone have any others and/or any thoughts on customization? Python would be great, but other language-implementations are also OK.
Share
Jija2 is a templating library that I find easy to use
See: http://jinja.pocoo.org/docs/
See a previous SO question: What is the fastest template system for Python?