mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-04-07 00:59:36 +01:00
26 lines
765 B
HTML
26 lines
765 B
HTML
{{#section 'service'}}
|
|
<hr>
|
|
<section class="row">
|
|
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-child"></span> {{{sectionTitle "Service"}}}</h3>
|
|
<div class="{{contentClass}}">
|
|
{{#each r.service.history}}
|
|
{{#if url}}
|
|
<h4><strong>{{position}}</strong>, <a href="{{{url}}}">{{organization}}</a></h4>
|
|
{{else}}
|
|
<h4><strong>{{position}}</strong>, {{organization}}</h4>
|
|
{{/if}}
|
|
{{formatDate safe.start 'YYYY-MM'}}—{{formatDate safe.end 'YYYY-MM'}}
|
|
{{{summary}}}
|
|
{{#if highlights}}
|
|
<ul>
|
|
{{#each highlights}}
|
|
<li>{{{this}}}</li>
|
|
{{/each}}
|
|
</ul>
|
|
{{/if}}
|
|
{{#unless @last}}<div> </div>{{/unless}}
|
|
{{/each}}
|
|
</div>
|
|
</section>
|
|
{{/section}}
|