{{ }} //不解析html标签而是直接显示出来 {{{ }}} //解析html标签 {{#if author}} //定义了author属性就输出以下
{{this}}
{{else}} 没有就输出以下No content
{{/each}} paragraphs:[ ['a1','a2'],['b1','b2'] ], 为遍历添加索引 {{#each array}} {{@index}}: {{this}} {{/each}} 为遍历获取键值对 {{#each object}} {{@key}}: {{this}} {{/each}}