我知道 如果通过 tmpl 接受模板。 其他吗?任何其他语句都接受 tmpl ?
答案 0 :(得分:0)
是的,任何接受阻止内容的标记都允许您编写{{foo ...}}...{{/foo}}
或{{foo ... tmpl=expr/}}
。 expr
中的表达式支持非常灵活。例如,可以"myTemplateName"
或~a.b.getTheTemplate()
返回已编译的模板,或"someHTMLmarkup"
。
其中包含{{else tmpl=...}}
,此处的单元测试中有一个示例:https://github.com/BorisMoore/jsrender/blob/master/test/unit-tests/tests-jsrender-no-jquery.js#L73。