【发布时间】:2014-07-31 12:46:19
【问题描述】:
我正在尝试编写一个有时用作块助手的模板,如下所示:
<template name="helpText">
{{#if isBlockHelper}}
{{> UI.contentBlock}}
{{else}}
Looks like there's nothing to display!
{{/if}}
</template>
在meteor中有什么办法吗?
【问题讨论】:
标签: meteor meteor-blaze