I have templates that are saved in the database (my clients will create them). I do not want my clients to be able to expand their templates (I know, I know, this is an evil evil). I want them to be able to include fragments, but not extend the templates. How to disable or remove a tag {% extends %}, as well as how to remove filters, if I do it later too?
source
share