diff --git a/partials/html/section/education.html b/partials/html/section/education.html
index b634c2f..eab56a1 100644
--- a/partials/html/section/education.html
+++ b/partials/html/section/education.html
@@ -5,11 +5,13 @@
{{> header-icon _title="EDUCATION" _section="education" _hdricon=(lookup . '_icon') }}
{{/header-education}}
{{#each r.education.history}}
+ {{#> body-education }}
{{{ institution }}}
{{dateRange .}}
{{> highlights }}
+ {{/body-education}}
{{/each}}
{{/section}}
diff --git a/partials/html/section/employment.html b/partials/html/section/employment.html
index 83629df..459e2bf 100644
--- a/partials/html/section/employment.html
+++ b/partials/html/section/employment.html
@@ -6,6 +6,7 @@
{{/header-employment}}
{{#each r.employment.history}}
+ {{#> body-employment }}
{{ position }},
{{#if url }}
@@ -15,12 +16,11 @@
{{/if}}
{{dateRange .}}
- {{#if keywords}}
- |
{{#each keywords}}{{{ . }}} {{/each}}
- {{/if}}
{{{ summary }}}
{{> highlights }}
+ {{#if keywords}}
{{#each keywords}}{{{ . }}} {{/each}}{{/if}}
+ {{/body-employment}}
{{/each}}
{{/section}}
diff --git a/partials/html/section/projects.html b/partials/html/section/projects.html
index f2c05c0..db66aba 100644
--- a/partials/html/section/projects.html
+++ b/partials/html/section/projects.html
@@ -5,6 +5,7 @@
{{> header-icon _title="PROJECTS" _section="projects" _hdricon=(lookup . '_icon') }}
{{/header-projects}}
{{#each r.projects }}
+ {{#> body-projects }}
{{#if role}}{{camelCase role }},{{/if}}
{{#if url}}
@@ -14,12 +15,13 @@
{{/if}}
{{#if start}}{{dateRange .}}{{/if}}
- {{#if keywords}}
- {{#if start}}| {{/if}}{{#each keywords}}{{{ . }}} {{/each}}
- {{/if}}
{{{ summary }}}
{{> highlights }}
+ {{#if keywords}}
+ {{#if start}}| {{/if}}{{#each keywords}}{{{ . }}} {{/each}}
+ {{/if}}
+ {{/body-projects }}
{{/each}}
{{/section}}
diff --git a/partials/html/section/recognition.html b/partials/html/section/recognition.html
index ea30bf8..a70461f 100644
--- a/partials/html/section/recognition.html
+++ b/partials/html/section/recognition.html
@@ -5,11 +5,14 @@
{{> header-icon _title="RECOGNITION" _section="recognition" _hdricon=(lookup . '_icon') }}
{{/header-recognition}}
{{#each r.recognition}}
+ {{#> body-recognition }}
-
{{ title }}, {{ from }} {{formatDate safe.date 'YYYY' }}
+ {{ title }}, {{ from }}
+ {{formatDate safe.date 'YYYY' }}
{{ summary }}
{{> highlights }}
+ {{/body-recognition}}
{{/each}}
{{/section}}
diff --git a/partials/html/section/references.html b/partials/html/section/references.html
index e27d024..3f50723 100644
--- a/partials/html/section/references.html
+++ b/partials/html/section/references.html
@@ -5,10 +5,12 @@
{{> header-icon _title="REFERENCES" _section="references" _hdricon=(lookup . '_icon') }}
{{/header-references}}
{{#each r.references}}
+ {{#> body-references }}
{{ name }}
{{ summary }}
+ {{/body-references}}
{{/each}}
{{/section}}
diff --git a/partials/html/section/samples.html b/partials/html/section/samples.html
index ec02658..9e3c3cb 100644
--- a/partials/html/section/samples.html
+++ b/partials/html/section/samples.html
@@ -5,6 +5,7 @@
{{> header-icon _title="SAMPLES" _section="samples" _hdricon=(lookup . '_icon') }}
{{/header-samples}}
{{#each r.samples}}
+ {{#> body-samples }}
{{#if url}}
@@ -12,10 +13,12 @@
{{else}}
{{ title }}
{{/if}}
- {{formatDate safe.date 'YYYY-MM'}}
+
+ {{formatDate safe.date 'YYYY-MM'}}
{{{ summary }}}
{{> highlights }}
+ {{/body-samples}}
{{/each}}
{{/section}}
diff --git a/partials/html/section/service.html b/partials/html/section/service.html
index 497744e..924b3c9 100644
--- a/partials/html/section/service.html
+++ b/partials/html/section/service.html
@@ -5,6 +5,7 @@
{{> header-icon _title="SERVICE" _section="service" _hdricon=(lookup . '_icon') }}
{{/header-samples}}
{{#each r.service.history}}
+ {{#> body-service }}
{{ position }},
{{#if url}}
@@ -17,6 +18,7 @@
{{{ summary }}}
{{> highlights }}
+ {{/body-service }}
{{/each}}
{{/section}}
diff --git a/partials/html/section/speaking.html b/partials/html/section/speaking.html
index 9690625..e1665c1 100644
--- a/partials/html/section/speaking.html
+++ b/partials/html/section/speaking.html
@@ -5,11 +5,14 @@
{{> header-icon _title="SPEAKING" _section="speaking" _hdricon=(lookup . '_icon') }}
{{/header-speaking}}
{{#each r.speaking}}
+ {{#> body-speaking }}
-
{{ title }}, {{ from }} {{formatDate safe.date 'YYYY' }}
+ {{ title }}, {{ from }}
+ {{formatDate safe.date 'YYYY' }}
{{{ summary }}}
{{> highlights }}
+ {{/body-speaking}}
{{/each}}
{{/section}}
diff --git a/partials/html/section/testimonials.html b/partials/html/section/testimonials.html
index 8f3d12e..139be68 100644
--- a/partials/html/section/testimonials.html
+++ b/partials/html/section/testimonials.html
@@ -5,10 +5,12 @@
{{> header-icon _title="TESTIMONIALS" _section="testimonials" _hdricon=(lookup . '_icon') }}
{{/header-testimonials}}
{{#each r.testimonials}}
+ {{#> body-testimonials }}
+ {{/body-testimonials}}
{{/each}}
{{/section}}
diff --git a/partials/html/section/writing.html b/partials/html/section/writing.html
index 8727d71..5fc702b 100644
--- a/partials/html/section/writing.html
+++ b/partials/html/section/writing.html
@@ -5,6 +5,7 @@
{{> header-icon _title="WRITING" _section="writing" _hdricon=(lookup . '_icon') }}
{{/header-writing}}
{{#each r.writing }}
+ {{#> body-writing }}
{{#if url}}{{{ title }}}{{else}}{{{ title }}}{{/if}},
{{ publisher.name }}
@@ -12,6 +13,7 @@
{{{ summary }}}
{{> highlights }}
+ {{/body-writing}}
{{/each}}
{{/section}}