4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
|
<% for item in @list %>
|
||
|
<b><% print item %></b>
|
||
|
<% end %>
|