**Is your feature request related to a problem? Please describe.** 目前模板语法不支持单一模板的输出拆分成多个文件。 **Describe the solution you'd like** 通过指定模板文件的文件名,以类似`{{array|file_each}}`的语法,迭代式循环 array 元素作为文件内的本地变量,来实现多文件输出。