instiki/vendor/plugins/erubis/test/data/users-guide/fasteruby.rhtml
2010-07-04 08:51:53 -05:00

16 lines
227 B
Plaintext

<html>
<body>
<h1><%== @title %></h1>
<table>
<% i = 0 %>
<% for item in @list %>
<% i += 1 %>
<tr>
<td><%= i %></td>
<td><%== item %></td>
</tr>
<% end %>
</table>
</body>
</html>