<% def list_items(items) %> <% for item in items %>
  • <%= item %>
  • <% end %> <% end %>