Contact
{{#if url}}
Website
{{{link url}}}
{{else if website}}
Website
{{website}}
{{/if}}
{{#if email}}
Email
{{email}}
{{/if}}
{{#if phone}}
Phone
{{phone}}
{{/if}}
About
{{{markdown summary}}}
{{#if network}}
{{network}}
{{/if}}
{{/each}}
{{#if url}}
{{#if username}}
{{username}}
{{else}}
{{url}}
{{/if}}
{{else}}
{{username}}
{{/if}}
Work Experience
{{#each resume.work}}
{{#if name}}
{{/if}}
{{#if highlights.length}}
{{/each}}
{{name}}
{{else if company}}{{company}}
{{/if}}
{{#if position}}
{{#if summary}}
{{position}}
{{/if}}
{{#if startDate}}
{{{date startDate}}} - {{{date endDate}}}
{{/if}}
{{#if url}}
{{{link url}}}
{{else if website}}
{{/if}}
{{{markdown summary}}}
-
{{#each highlights}}
- {{{markdown .}}} {{/each}}
Volunteer
{{#each resume.volunteer}}
{{#if organization}}
{{/if}}
{{#if highlights.length}}
{{/each}}
{{organization}}
{{/if}}
{{#if position}}
{{#if summary}}
{{position}}
{{/if}}
{{#if startDate}}
{{{date startDate}}}
- {{{date endDate}}}
{{/if}}
{{#if url}}
{{{link url}}}
{{else if website}}
{{/if}}
{{{markdown summary}}}
-
{{#each highlights}}
- {{{markdown .}}} {{/each}}
Education
{{#each resume.education}}
{{#if institution}}
{{#if qualification}}
{{institution}}
{{/if}}
{{#if startDate}}
{{{date startDate}}}
- {{{date endDate}}}
{{/if}}
{{#if url}}
{{{link url}}}
{{/if}}
{{qualification}}
{{/if}}
{{#if courses.length}}
-
{{#each courses}}
- {{.}} {{/each}}
Dissertation: {{dissertation}}
{{/if}}
Skills
{{#each resume.skills}}
{{#if name}}
{{/each}}
{{name}}
{{/if}}
{{#if level}}
{{level}}
{{/if}}
{{#if keywords.length}}
-
{{#each keywords}}
- {{.}} {{/each}}
Languages
{{#each resume.languages}}
{{#if language}}
{{/each}}
{{language}}
{{/if}}
{{#if fluency}}
{{fluency}}
{{/if}}
Interests
{{#each resume.interests}}
{{#if name}}
{{/each}}
{{name}}
{{/if}}
{{#if keywords.length}}
-
{{#each keywords}}
- {{.}} {{/each}}
References
{{#each resume.references}}
{{#if reference}}
{{/each}}
{{reference}}{{/if}} {{#if name}}
— {{name}}
{{/if}}