I don't know if is the right place to put that question. I apologize if it is the case.
We use mako templates, but we are affraid of users to beak python code in the template, so we edit all the changes in the template (even typos).
So, are there some WYSIWYG web editors (like CKEditor) that supports mako template language, to block edition of mako tags <% %> and allow to modify all other html text?
Thanks,