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