Here are already several questions in SO about the safe template languages, like:
- Safe ERB Language?
- templating system that is safe for end users to edit
- Is there a “safe” subset of Python for use as an embedded scripting language?
- Is Django's templating markup for views safe for end user editing like rails liquid templating
but the above questions are for asp, ruby, python.
My question is: What templating language can allow to be edited by users in perl based web-app?
I want allow for users edit pages, (like in an wiki) with some programming possibilities, so full featured mean with cycles, conditionals, variable substitutions, includes and so on.
Is TT "enough safe"? Is here another solution as TT?