diff --git a/resume.template b/resume.template index d85290c..d9d96a3 100644 --- a/resume.template +++ b/resume.template @@ -143,6 +143,33 @@ {{/if}} + {{#if resume.projects.length}} + + Projects + {{#each resume.projects}} + + + {{#if name}} + {{name}} + {{/if}} + + {{#if summary}} + + {{paragraphSplit summary}} + + {{/if}} + {{#if highlights.length}} + + {{#each highlights}} + {{.}} + {{/each}} + + {{/if}} + + {{/each}} + + {{/if}} + {{#if resume.volunteer.length}} Volunteering
{{paragraphSplit summary}}