6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
<ul>
|
|
<@ pets.forEach(function(pet){ @>
|
|
<@ include pet @>
|
|
<@ }) @>
|
|
</ul>
|