模板列表
入口(main)
模块(module)
通用(common)
{% for tpl in tpls %}
{{tpl}}
mgr
data
{% endfor %}
{% for tpl in module_tpls %}
{{tpl}}
mgr
data
{% endfor %}
{% for tpl in common_tpls %}
{{tpl}}
mgr
data
{% endfor %}