mirror of
https://github.com/rad1o/server.git
synced 2026-03-04 09:14:04 +01:00
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
<ul>
|
|
<@ pets.forEach(function(pet){ @>
|
|
<@- include(path.join(dir, 'pet'), {pet: pet}); @>
|
|
<@ }); @>
|
|
</ul>
|