mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
18 lines
449 B
Handlebars
18 lines
449 B
Handlebars
{{#section 'service'}}
|
|
## {{{sectionTitle "SERVICE"}}}
|
|
|
|
{{#each r.service.history }}
|
|
{{#if url}}
|
|
### [{{{ organization }}}]({{{ url }}}) ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }})
|
|
{{else}}
|
|
### {{{ organization }}} ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }})
|
|
{{/if}}
|
|
{{{ summary }}}
|
|
{{#if highlights}}
|
|
{{#each highlights}}
|
|
- {{{ this }}}
|
|
{{/each}}
|
|
{{/if}}
|
|
{{/each}}
|
|
{{/section}}
|