I use django flatpages for a lot of content on our site, I\'d like to extend it to accept django template tags in the content as well.
I found this snippet but after
An alternative approach could be to write a simple app based on the direct_to_template generic view.