mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
19 lines
510 B
Handlebars
19 lines
510 B
Handlebars
{{#section "recognition"}}
|
|
<hr>
|
|
<section id="recognition">
|
|
{{#> header-recognition }}
|
|
{{> header-icon _title="RECOGNITION" _section="recognition" _hdricon=(lookup . '_icon') }}
|
|
{{/header-recognition}}
|
|
{{#each r.recognition}}
|
|
{{#> body-recognition }}
|
|
<div>
|
|
<h3><em>{{ title }}</em>, {{{link from url }}}</h3>
|
|
<span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
|
|
{{{ summary }}}
|
|
{{> highlights }}
|
|
</div>
|
|
{{/body-recognition}}
|
|
{{/each}}
|
|
</section>
|
|
{{/section}}
|