次のようなテンプレートに製品ブロックがあります。
<script type="text/x-handlebars-template" id="tmpl-person">
<div class="product">
<!-- Product details here -->
</div>
</script>
私がやりたいのは、 data として取得した person の配列から、3 person ごとに、という名前のコンテナと<div class="row-fluid"></div>
その中に 3 人を挿入したい場合です。次に、行流体コンテナとその中に 3 人を挿入します。helpers を使用してこれを達成するにはどうすればよいですか? 手伝ってくれてありがとう。