mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
10 lines
261 B
Handlebars
10 lines
261 B
Handlebars
|
{{#section "recognition"}}
|
||
|
{{{sectionTitle "RECOGNITION"}}} --------------------------------------------------------------------
|
||
|
|
||
|
{{#each r.recognition}}
|
||
|
{{{ title }}}, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }})
|
||
|
{{{ summary }}}
|
||
|
|
||
|
{{/each}}
|
||
|
{{/section}}
|