mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
20 lines
370 B
Handlebars
20 lines
370 B
Handlebars
{{#section 'service'}}
|
|
## {{{sectionTitle "SERVICE"}}}
|
|
|
|
{{#each r.service.history }}
|
|
{{#if url}}
|
|
### *{{{ position }}}*, [{{{ organization }}}]({{{ url }}}) ({{dateRange.}})
|
|
{{else}}
|
|
### *{{{ position }}}*, {{{ organization }}} ({{dateRange .}})
|
|
{{/if}}
|
|
|
|
{{{ summary }}}
|
|
{{#if highlights}}
|
|
{{#each highlights}}
|
|
- {{{ this }}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
{{/section}}
|