diff --git a/resume.template b/resume.template
new file mode 100644
index 0000000..a99d288
--- /dev/null
+++ b/resume.template
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+ {{#resume.basics}}
+
+
+
+
+ {{#if summary}}
+ {{summary}}
+ {{/if}}
+
+ {{#if profiles.length}}
+
+ {{#each profiles}}
+
+ {{#if network}}
+
+ {{network}}
+
+ {{/if}}
+ {{#if username}}
+
+ {{#if url}}
+ {{username}}
+ {{else}}
+ {{username}}
+ {{/if}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+
+ {{/resume.basics}}
+
+ {{#if resume.skills.length}}
+
+ Skills
+ {{#each resume.skills}}
+
+ {{#if name}}
+
+ {{name}}
+
+ {{/if}}
+ {{#if keywords.length}}
+
+ {{#each keywords}}
+ {{.}}{{#if @last}}{{else}},{{/if}}
+ {{/each}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.work.length}}
+
+ Experience
+ {{#each resume.work}}
+
+
+ {{#if company}}
+ {{company}}
+ {{/if}}
+
+ {{#if position}}
+
+ {{position}}
+
+ {{/if}}
+
+ {{#if startDate}}
+
+ {{date startDate}}
+
+ {{/if}}
+ {{#if endDate}}
+
+ - {{date endDate}}
+
+ {{else}}
+
+ - Present
+
+ {{/if}}
+
+ {{#if summary}}
+
+ {{/if}}
+ {{#if highlights.length}}
+
+ {{#each highlights}}
+ - {{.}}
+ {{/each}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.volunteer.length}}
+
+ Volunteering
+ {{#each resume.volunteer}}
+
+
+ {{#if organization}}
+ {{organization}}
+ {{/if}}
+
+ {{#if position}}
+
+ {{position}}
+
+ {{/if}}
+
+ {{#if startDate}}
+
+ {{date startDate}}
+
+ {{/if}}
+ {{#if endDate}}
+
+ - {{date endDate}}
+
+ {{else}}
+
+ - Present
+
+ {{/if}}
+
+ {{#if summary}}
+
+ {{/if}}
+ {{#if highlights.length}}
+
+ {{#each highlights}}
+ - {{.}}
+ {{/each}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.education.length}}
+
+ Education
+ {{#each resume.education}}
+
+
+ {{#if institution}}
+ {{institution}}
+ {{/if}}
+
+
+
+ {{#if startDate}}
+
+ {{date startDate}}
+
+ {{/if}}
+ {{#if endDate}}
+
+ - {{date endDate}}
+
+ {{else}}
+
+ - Present
+
+ {{/if}}
+
+
+
+ {{#if studyType}}
+
+ {{studyType}}
+
+ {{/if}}
+
+ {{#if area}}
+
+ - {{area}}
+
+ {{/if}}
+
+ {{#if gpa}}
+
+ GPA: {{gpa}}
+
+ {{/if}}
+
+
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.awards.length}}
+
+ Awards
+ {{#each resume.awards}}
+
+ {{#if title}}
+
+ {{title}}
+
+ {{/if}}
+ {{#if date}}
+
+ {{date}}
+
+ {{/if}}
+ {{#if awarder}}
+
+ {{awarder}}
+
+ {{/if}}
+ {{#if summary}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.publications.length}}
+
+ Publications
+ {{#each resume.publications}}
+
+ {{#if name}}
+
+ {{name}}
+
+ {{/if}}
+ {{#if publisher}}
+
+ {{publisher}}
+
+ {{/if}}
+ {{#if releaseDate}}
+
+ {{releaseDate}}
+
+ {{/if}}
+ {{#if website}}
+
+ {{/if}}
+ {{#if summary}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.languages.length}}
+
+ Languages
+ {{#each resume.languages}}
+
+ {{#if language}}
+
+ {{language}}
+
+ {{/if}}
+ {{#if fluency}}
+
+ {{fluency}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.interests.length}}
+
+ Interests
+ {{#each resume.interests}}
+
+ {{#if name}}
+
+ {{name}}
+
+ {{/if}}
+ {{#if keywords.length}}
+
+ {{#each keywords}}
+ - {{.}}
+ {{/each}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+ {{#if resume.references.length}}
+
+ References
+ {{#each resume.references}}
+
+ {{#if reference}}
+
+ {{reference}}
+
+ {{/if}}
+ {{#if name}}
+
+ — {{name}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{/if}}
+
+
+
+
+