如果有人需要它:
{% for d in dicts %} {% set template = d.type + '.html' %} {% include template %}{% endfor %}然后可以在模板中访问内容,如下所示:
{{ d.content }}感谢freenode上#pocoo频道的donri!

如果有人需要它:
{% for d in dicts %} {% set template = d.type + '.html' %} {% include template %}{% endfor %}然后可以在模板中访问内容,如下所示:
{{ d.content }}感谢freenode上#pocoo频道的donri!