mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-11 03:26:22 +00:00
01cfdb00e0
Make sure partials use either the {{date}} or {{dateRange}} helpers.
16 lines
293 B
Handlebars
16 lines
293 B
Handlebars
{{#section 'samples'}}
|
|
{{{sectionTitle "SAMPLES"}}} ------------------------------------------------------------------------
|
|
|
|
{{#each r.samples }}
|
|
{{{ title }}} ({{date date}})
|
|
|
|
{{{ summary }}}
|
|
{{#if highlights}}
|
|
{{#each highlights}}
|
|
- {{{ this }}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
{{/section}}
|