1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 07:50:04 +01:00
fresh-themes/partials/html/section/recognition.html
2016-01-12 09:40:18 -05:00

17 lines
463 B
HTML

{{#section "recognition"}}
<hr>
<section id="recognition">
{{#> header-recognition }}
{{> header-simple _title="RECOGNITION" _section="recognition" }}
{{#> icon-recognition }}{{/icon-recognition}}
{{/header-recognition}}
{{#each r.recognition}}
<div>
<h3><em>{{ title }}</em>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h3>
{{ summary }}
{{> highlights }}
</div>
{{/each}}
</section>
{{/section}}