JsRender语法
{{:#data.Name}} 或 {{:Name}} 直接显示html格式
{{>#data.Name}} 或 {{>Name}} 转义显示html字符
if else
{{if bool }}
<li class="last">
{{else}}
<li>
{{/if}}
for
{{for Result.joblist }}
<a href="/{{>Id}}">{{format:Title}} </a>
{{/for}}
模版嵌套
{{props billing.address tmpl="addressTmpl" /}} JsRender语法