I've been asked me to create a cms, like tumblr but simpler, i want to do it in django but the problem is if a user who doesn't know django, uploaded a normal html template, it won't work so can i let the user upload any html file that he wants and then convert it to django template on the server?