I'm looking for a templating language, that end users can safely edit to customize their html/theme of a web application.
Something to how http://www.liquidmarkup.org/ works.
I'm looking for a templating language, that end users can safely edit to customize their html/theme of a web application.
Something to how http://www.liquidmarkup.org/ works.
Few links to some templating engines in Python. I hope that's what you meant with your question.
http://jinja.pocoo.org/2/
http://docs.djangoproject.com/en/dev/topics/templates/
http://genshi.edgewall.org/
http://www.makotemplates.org/
http://www.cheetahtemplate.org/