1 2 3 4 5 6 7 8 9
<%+header%> <h1>Statistik</h1> <% for i, img in ipairs(images) do %> <img src="/rrdimg/<%=img%>" /> <% end %> <%+footer%>