static S renderConcepts(Collection l) { ret fromLines(map(l, func(Concept c) -> S { renderConcept(c) })); }