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

4 lines
54 B
Plaintext

<% for item in @list %>
<b><%= item %></b>
<% end %>