mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
17 lines
463 B
HTML
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}}
|