1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-01 18:50:05 +01:00
fresh-themes/partials/md/section/affiliation.hbs

20 lines
372 B
Handlebars
Raw Normal View History

2016-01-20 14:12:53 +00:00
{{#section "affiliation"}}
## {{{sectionTitle "AFFILIATION"}}}
{{#each r.affiliation.history }}
{{#if url}}
### *{{{ role }}}*, [{{{ organization }}}]({{{ url }}}) ({{dateRange .}})
{{else}}
### *{{{ role }}}*, {{{ organization }}} ({{dateRange .}})
{{/if}}
{{{ summary }}}
{{#if highlights}}
{{#each highlights}}
- {{{ . }}}
{{/each}}
{{/if}}
{{/each}}
{{/section}}