<div class="entry">
\{\{!-- only output author name if an author exists --}}
\{\{#if author}}
<h1>\{\{author.firstName}} \{\{author.lastName}}</h1>
\{\{/if}}
</div>
注释将不在结果输出中。如果希望显示注释,那么使用 HTML 注释。
<div class="entry">
\{\{! This comment will not be in the output }}
<!-- This comment will be in the output -->
</div>