{{#resume.basics}}
{{name}}
{{label}}
{{#email}}
Email:
{{.}}
{{/email}} {{#phone}}
Phone:
{{.}}
{{/phone}} {{#website}}
Website:
{{.}}
{{/website}} {{#summary}}
{{.}}
{{/summary}} {{#location}}
Location
{{#address}}
Address:
{{.}}
{{/address}} {{#postalCode}}
Postal code:
{{.}}
{{/postalCode}} {{#city}}
City:
{{.}}
{{/city}} {{#countryCode}}
Country code:
{{.}}
{{/countryCode}} {{#region}}
Region
{{.}}
{{/region}}
{{/location}} {{#if profiles.length}}
Profiles
{{#profiles}}
{{#network}}
{{.}}
{{/network}} {{#username}}
{{.}}
{{/username}} {{#url}}
{{.}}
{{/url}}
{{/profiles}}
{{/if}}
{{/resume.basics}} {{#if resume.work.length}}
Work
{{#each resume.work}}
{{#company}}
{{.}}
{{/company}}
{{#startDate}}
{{.}}
{{/startDate}} {{#if endDate}}
- {{endDate}}
{{else}}
- Present
{{/if}}
{{#position}}
{{.}}
{{/position}} {{#website}}
{{.}}
{{/website}} {{#summary}}
{{.}}
{{/summary}} {{#if highlights.length}}
{{#highlights}}
{{.}}
{{/highlights}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.volunteer.length}}
Volunteer
{{#each resume.volunteer}}
{{#organization}}
{{.}}
{{/organization}}
{{#startDate}}
{{.}}
{{/startDate}} {{#if endDate}}
- {{endDate}}
{{else}}
- Present
{{/if}}
{{#position}}
{{.}}
{{/position}} {{#website}}
{{.}}
{{/website}} {{#summary}}
{{.}}
{{/summary}} {{#if highlights.length}}
{{#highlights}}
{{.}}
{{/highlights}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.education.length}}
Education
{{#each resume.education}}
{{#startDate}}
{{.}}
{{/startDate}} {{#if endDate}}
- {{endDate}}
{{else}}
- Present
{{/if}}
{{#institution}}
{{.}}
{{/institution}} {{#area}}
{{.}}
{{/area}} {{#studyType}}
{{.}}
{{/studyType}} {{#gpa}}
GPA: {{.}}
{{/gpa}} {{#if courses.length}}
{{#courses}}
{{.}}
{{/courses}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.awards.length}}
Awards
{{#each resume.awards}}
{{#title}}
{{.}}
{{/title}} {{#date}}
{{.}}
{{/date}} {{#awarder}}
{{.}}
{{/awarder}} {{#summary}}
{{.}}
{{/summary}}
{{/each}}
{{/if}} {{#if resume.publications.length}}
Publications
{{#each resume.publications}}
{{#name}}
{{.}}
{{/name}} {{#publisher}}
{{.}}
{{/publisher}} {{#releaseDate}}
{{.}}
{{/releaseDate}} {{#website}}
Link
{{/website}} {{#summary}}
{{.}}
{{/summary}}
{{/each}}
{{/if}} {{#if resume.skills.length}}
Skills
{{#each resume.skills}}
{{#name}}
{{.}}
{{/name}} {{#level}}
{{.}}
{{/level}} {{#if keywords.length}}
{{#keywords}}
{{.}}
{{/keywords}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.languages.length}}
Languages
{{#each resume.languages}}
{{#language}}
{{.}}
{{/language}} {{#fluency}}
{{.}}
{{/fluency}}
{{/each}}
{{/if}} {{#if resume.interests.length}}
Interests
{{#each resume.interests}}
{{#name}}
{{.}}
{{/name}} {{#if keywords.length}}
{{#keywords}}
{{.}}
{{/keywords}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.references.length}}
References
{{#each resume.references}}
{{#reference}}
{{.}}
{{/reference}} {{#name}}
— {{.}}
{{/name}}
{{/each}}
{{/if}}