mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
22 lines
476 B
Handlebars
22 lines
476 B
Handlebars
|
{{#section "governance" }}
|
||
|
## {{{sectionTitle "GOVERNANCE"}}}
|
||
|
|
||
|
{{#each r.governance }}
|
||
|
{{#if url}}
|
||
|
### {{#if role}}*{{{ role }}}*, {{/if}}[{{{ organization }}}]({{{ url }}}) {{#has 'start'}} ({{dateRange .}}){{/has}}
|
||
|
{{else}}
|
||
|
### {{#if role}}*{{{ role }}}*, {{/if}}{{{ organization }}}{{#has 'start'}} ({{dateRange .}}){{/has}}
|
||
|
{{/if}}
|
||
|
{{~#if summary}}
|
||
|
|
||
|
{{{ summary }}}{{/if}}
|
||
|
|
||
|
{{~#if highlights}}
|
||
|
|
||
|
{{#each highlights}}
|
||
|
- {{{ this }}}
|
||
|
{{/each}}{{/if}}
|
||
|
|
||
|
{{/each}}
|
||
|
{{/section}}
|