{{#resume.basics}}
{{#email}}
Email
{{/email}} {{#phone}}
Phone
{{.}}
{{/phone}} {{#url}}
Website
{{/url}}
{{#summary}}

{{.}}

{{/summary}} {{#if profiles.length}}
{{#profiles}}
{{#network}} {{.}} {{/network}} {{#if username}}
{{#if url}} {{else}} {{username}} {{/if}}
{{else}} {{#if url}} {{/if}} {{/if}}
{{/profiles}}
{{/if}} {{/resume.basics}} {{#if resume.work.length}}
{{#each resume.work}}

{{name}} {{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}

{{#url}} {{/url}} {{#position}}
{{.}}
{{/position}} {{#summary}}

{{.}}

{{/summary}} {{#if highlights.length}}

Highlights

    {{#highlights}}
  • {{.}}
  • {{/highlights}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.volunteer.length}}
{{#each resume.volunteer}}

{{organization}} {{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}

{{#url}} {{/url}} {{#position}}
{{.}}
{{/position}} {{#summary}}

{{.}}

{{/summary}} {{#if highlights.length}}

Highlights

    {{#highlights}}
  • {{.}}
  • {{/highlights}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.education.length}}
{{#each resume.education}}

{{institution}} {{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}

{{#url}} {{/url}} {{#area}}
{{.}}
{{/area}} {{#studyType}}
{{.}}
{{/studyType}} {{#if courses.length}}

Courses

    {{#courses}}
  • {{.}}
  • {{/courses}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.projects.length}}
{{#each resume.projects}}

{{name}} {{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}

{{#url}} {{/url}}
{{join roles}} {{#entity}} at {{.}} {{/entity}}
{{#description}}

{{.}}

{{/description}} {{#if highlights.length}}

Highlights

    {{#highlights}}
  • {{.}}
  • {{/highlights}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.awards.length}}
{{#each resume.awards}}

{{title}}

{{#date}}
Awarded {{formatDate .}}
{{/date}} {{#awarder}}
by {{.}}
{{/awarder}} {{#summary}}
{{.}}
{{/summary}}
{{/each}}
{{/if}} {{#if resume.publications.length}}
{{#each resume.publications}}

{{name}} {{releaseDate}}

{{#url}} {{/url}} {{#publisher}}
Published by {{.}}
{{/publisher}} {{#summary}}

{{.}}

{{/summary}}
{{/each}}
{{/if}} {{#if resume.skills.length}}
{{#each resume.skills}}
{{#name}}

{{.}}

{{/name}} {{#if keywords.length}}
    {{#keywords}}
  • {{.}}
  • {{/keywords}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.languages.length}}
{{#each resume.languages}}
{{#language}}
{{.}}
{{/language}} {{#fluency}}
{{.}}
{{/fluency}}
{{/each}}
{{/if}} {{#if resume.interests.length}}
{{#each resume.interests}}
{{#name}}

{{.}}

{{/name}} {{#if keywords.length}}
    {{#keywords}}
  • {{.}}
  • {{/keywords}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.references.length}}
{{#each resume.references}}
{{#if reference}}

{{reference}}

{{#name}}

— {{.}}

{{/name}}
{{/if}}
{{/each}}
{{/if}}