{{#if resume.volunteer.length}}

Volunteer

{{#each resume.volunteer}}

{{organization}}

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