${Link(url, name)} ${description && html`${description}`} ${items.map( ({ highlights = [], location, position, startDate, endDate, summary }) => html` ${position} ${startDate && html`${Duration(startDate, endDate)}`} ${location && html`${location}`} ${summary && markdown(summary)} ${highlights.length > 0 && html` ${highlights.map(highlight => html`${markdown(highlight)}`)} `} `, )}