mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
<ul>
|
|
<@ pets.forEach(function(pet){ @>
|
|
<@- include('pet', {pet: pet}); @>
|
|
<@ }); @>
|
|
</ul>
|