{{#if resume.work.length}}

Work

{{#each resume.work}}

{{name}}

– {{#if endDate}}{{else}}Present{{/if}}
{{#position}} {{.}} {{/position}} {{#url}} {{formatURL .}} {{/url}}
{{#summary}} {{{markdown .}}} {{/summary}} {{#if highlights.length}}
Highlights
    {{#highlights}}
  • {{.}}
  • {{/highlights}}
{{/if}}
{{/each}}
{{/if}}