### Roles | Role | Description | Props | | ---- | ----------- | ----- | | `summary:container` | DIV container for the whole summary | `{ summary: Summary }` | | `summary:parts` | DIV container for summary's parts | `{ parts: List }` | | `summary:part` | DIV for a specific part | `{ part: SummaryPart }` | | `summary:articles` | UL container for a part's articles | `{ articles: List }` | | `summary:article` | LI for a specific article | `{ article: SummaryArticle }` |