I\'ve created an inclusion tag, however I\'d like to be able to make the template optionally configurable. There doesn\'t seem to be support for this out of the box, so I\'d
This post save my life: http://djangosnippets.org/snippets/1329/
The key is add to the "dummy template":
{% extends template %}