{{#resume.basics}}
{{name}}
{{#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}} {{#endDate}}
{{.}}
{{/endDate}}
{{#position}}
{{.}}
{{/position}} {{#website}}
{{.}}
{{/website}} {{#summary}}
{{.}}
{{/summary}} {{#if highlights.length}}
{{#highlights}}
{{.}}
{{/highlights}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.education.length}}
Education
{{#each resume.education}}
{{#startDate}}
{{.}}
{{/startDate}} {{#endDate}}
- {{.}}
{{else}}
- Present
{{/endDate}}
{{#institution}}
{{.}}
{{/institution}} {{#area}}
{{.}}
{{/area}} {{#studyType}}
{{.}}
{{/studyType}} {{#if courses.length}}
{{#courses}}
{{.}}
{{/courses}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.awards.length}}
Awards
{{#each resume.awards}}
{{#title}}
{{.}}
{{/title}} {{#date}}
{{.}}
{{/date}} {{#awarder}}
{{.}}
{{/awarder}}
{{/each}}
{{/if}} {{#if resume.publications.length}}
Publications
{{#each resume.publications}}
{{#name}}
{{.}}
{{/name}} {{#publisher}}
{{.}}
{{/publisher}} {{#releaseDate}}
{{.}}
{{/releaseDate}} {{#website}}
Link
{{/website}}
{{/each}}
{{/if}} {{#if resume.skills.length}}
Skills
{{#each resume.skills}}
{{#name}}
{{.}}
{{/name}} {{#level}}
{{.}}
{{/level}} {{#if keywords.length}}
{{#keywords}}
{{.}}
{{/keywords}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.references.length}}
References
{{#each resume.references}}
{{#reference}}
{{.}}
{{/reference}} {{#name}}
— {{.}}
{{/name}}
{{/each}}
{{/if}}