mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
16 lines
314 B
Handlebars
16 lines
314 B
Handlebars
|
{{#section 'samples'}}
|
||
|
{{{sectionTitle "SAMPLES"}}} ------------------------------------------------------------------------
|
||
|
|
||
|
{{#each r.samples }}
|
||
|
{{{ title }}} ({{formatDate safe.date 'YYYY-MM'}})
|
||
|
|
||
|
{{{ summary }}}
|
||
|
{{#if highlights}}
|
||
|
{{#each highlights}}
|
||
|
- {{{ this }}}
|
||
|
{{/each}}
|
||
|
{{/if}}
|
||
|
|
||
|
{{/each}}
|
||
|
{{/section}}
|