<template name="postItem">
<div class="post">
<div class="post-content">
<h3><a href="{{url}}">{{title}}</a><span>{{domain}}</span></h3>
</div>
<a href="{{postPagePath this}}" class="discuss btn">Discuss</a>
</div>
</template>
これは絶対 URL を返します。postPage は私が定義したテンプレートです。しかし、ヘルパーパスを自動的に取得しますか? {{templatePath}} がどのように返されるのかわかりません。