{year} {monthLabel(item.start)} — {item.end ? monthLabel(item.end) : "Present"} {durationLabel(item.start, item.end)} {isCurrent && Current} {item.role} {item.company} · {item.location} {item.summary} {item.highlights.map((highlight) => ( {highlight} ))} {item.projects && ( {item.projects.map((project) => ( {project.name} {project.period} ))} )} {item.technologies.map((technology) => ( {technology} ))}