嵌套的django模板标签

4 python django

我需要实现这样的东西:

{% include "pay_forms/{{ pay_gw.name }}.html" %},{{ pay_gw.name }}标签在哪里.我怎么能意识到这一点?