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