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