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.
Dwooというテンプレートエンジンを使っています。ループなしで配列の最初の要素を取得するにはどうすればよいですか?
{assign array("Bob" "John") users} {$users.0}
Dwoo Wiki