{{#if resume.work.length}}

Work

{{#each resume.work}}

{{name}}

– {{#if endDate}}{{else}}Present{{/if}}
{{#position}} {{.}} {{/position}} {{#url}} {{.}} {{/url}}
{{#summary}}

{{.}}

{{/summary}} {{#if highlights.length}}
Highlights
    {{#highlights}}
  • {{.}}
  • {{/highlights}}
{{/if}}
{{/each}}
{{/if}}