{{basics.name}}
{{basics.location.city}}
About
{{basics.summary}}
{{#basics.phone}}
Phone:
{{basics.phone}}
{{/basics.phone}} {{#basics.email}}
Email:
{{basics.email}}
{{/basics.email}} {{#profiles.twitter}}
Twitter:
{{.}}
{{/profiles.twitter}} {{#profiles.github}}
Github:
{{.}}
{{/profiles.github}}
{{#work.length}}
Work Experience
{{#work}}
{{company}}
{{position}}
{{startDateYear}} - {{endDateYear}}
{{summary}}
{{#highlights}}
{{.}}
{{/highlights}}
{{/work}}
{{/work.length}} {{#education.length}}
Education
{{#education}}
{{institution}}
{{educationDetail}}
{{startDateYear}} - {{endDateYear}}
{{summary}}
{{#highlights}}
{{.}}
{{/highlights}}
{{/education}}
{{/education.length}} {{#skills.length}}
Skills
{{#skills}}
{{name}}
{{#keywords}}
{{.}}
{{/keywords}}
{{/skills}}
{{/skills.length}} {{#references.length}}
References
{{#references}}
{{reference}} -
{{name}}
{{/references}}
{{/references.length}}