1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00
fresh-themes/partials/md/section/service.hbs

20 lines
370 B
Handlebars
Raw Normal View History

2016-01-11 17:01:49 +00:00
{{#section 'service'}}
## {{{sectionTitle "SERVICE"}}}
{{#each r.service.history }}
{{#if url}}
### *{{{ position }}}*, [{{{ organization }}}]({{{ url }}}) ({{dateRange.}})
2016-01-11 17:01:49 +00:00
{{else}}
### *{{{ position }}}*, {{{ organization }}} ({{dateRange .}})
2016-01-11 17:01:49 +00:00
{{/if}}
2016-01-11 17:01:49 +00:00
{{{ summary }}}
{{#if highlights}}
{{#each highlights}}
- {{{ this }}}
{{/each}}
{{/if}}
2016-01-11 17:01:49 +00:00
{{/each}}
{{/section}}