mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 04:30:10 +00:00
25 lines
583 B
Handlebars
25 lines
583 B
Handlebars
{{#section "service"}}
|
|
<hr>
|
|
<section id="service">
|
|
{{#> header-samples }}
|
|
{{> header-icon _title="SERVICE" _section="service" _hdricon=(lookup . '_icon') }}
|
|
{{/header-samples}}
|
|
{{#each r.service.history}}
|
|
{{#> body-service }}
|
|
<div>
|
|
<h3><em>{{ position }}</em>,
|
|
{{#if url}}
|
|
<a href="{{{ url }}}">{{ organization }}</a>
|
|
{{else}}
|
|
{{ organization }}
|
|
{{/if}}
|
|
</h3>
|
|
<span class="tenure">{{dateRange .}}</span>
|
|
<p>{{{ summary }}}</p>
|
|
{{> highlights }}
|
|
</div>
|
|
{{/body-service }}
|
|
{{/each}}
|
|
</section>
|
|
{{/section}}
|