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

7 lines
122 B
Plaintext

<ul>
<% for item in list %>
<li><%= item %></li>
<% end %>
<%# here is ignored because starting with '#' %>
</ul>