Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ダストテンプレートを初めて使用し、この問題の解決策を知りたい
このビュー コンテキストを反復処理して、相対配列と友人配列の最初の項目のみを取得したいと思います。
{ Relative: "ravi", friends: [ { name: "Moe", age: 37 }, { name: "Larry", age: 39 }, { name: "Curly", age: 35 } ] }
@eqダストの LinkedIn フォークで利用可能なヘルパーを使用して達成できます。
@eq
{Relative}{~n} {#friends} {@eq key=0 value="{$idx}" type="number"} {name} {age} {/eq} {/friends}
配列全体をループしますが、配列インデックス ( $idx) がの場合、名前と年齢のみを出力します0。
$idx
0