{{#if resume.volunteer.length}}

Volunteer

{{#each resume.volunteer}}

{{position}}

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