orangy
implant.attachTo(profileView.profilePlate) { person: Person ->
with(placeWidgets) {
iconList {
iconItem("map-marker") { linkPath(person.place) }
}
}
}
and in the view
implant.insert(profilePlate, this, person)