10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
|
<!--#header:
|
||
|
def list_items(items)
|
||
|
#-->
|
||
|
<% for item in items %>
|
||
|
<b><%= item %></b>
|
||
|
<% end %>
|
||
|
<!--#footer:
|
||
|
end
|
||
|
#-->
|