1 2 3 4 5 6 7 8 9
<html> <body> <% for (var i = 0; i < count; i++) { %> <span> <img src="/static/jere.png"> </span> <% } %> </body> </html>