Django inclusion tag with configurable template

前端 未结 5 914
不知归路
不知归路 2020-12-13 14:42

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

5条回答
  •  自闭症患者
    2020-12-13 15:26

    This post save my life: http://djangosnippets.org/snippets/1329/

    The key is add to the "dummy template":

    {% extends template %}
    

提交回复
热议问题