Hacker News new | ask | show | jobs
by ensignavenger 1677 days ago
You can use both the Django Template Engine and other template engines side-by side in the same project. You can then write your custom templates in whatever you want, and have your third-party apps use whatever template engine they want to.
1 comments

My comment was more in the sense of wanting to extend third-party templates, but yeah, if you don't need to touch them you should be fine as well.