テンプレートがあります:
<template name="week_list">
{{#each days}}
{{day_of_month this}} <br />
{{#each action_log_on_day this}}
{{Name}} : {{Score}} <br />
{{/each}}
{{/each}}
</template>
テンプレート内のすべての「スコア」を合計する方法はありますか、それとも別の js 関数 (独自の mongo クエリを使用) を作成する必要がありますか?