mirror of
https://github.com/rad1o/server.git
synced 2026-03-03 08:44:02 +01:00
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
<ul>
|
|
<@ pets.forEach(function(pet){ @>
|
|
<@- include('pet', {pet: pet}); @>
|
|
<@ }); @>
|
|
</ul>
|