1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-05 13:27:08 +01:00

Introduce affiliation section.

This commit is contained in:
hacksalot
2016-01-20 09:12:53 -05:00
parent 9bf5d43f87
commit eb0d731d55
9 changed files with 137 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{{#section "affiliation"}}
{{{sectionTitle "AFFILIATION"}}} --------------------------------------------------------------------
{{#each r.affiliation.history }}
{{#if role}}{{{ role }}}, {{/if}}{{{ organization }}} ({{dateRange .}})
{{{ summary }}}
{{#if highlights}}
{{#each highlights}}
- {{{ this }}}
{{/each}}
{{/if}}
{{/each}}
{{/section}}