mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
18 lines
344 B
Handlebars
18 lines
344 B
Handlebars
|
{{#section 'samples'}}
|
||
|
## {{{sectionTitle "SAMPLES"}}}
|
||
|
|
||
|
{{#each r.samples.history }}
|
||
|
{{#if url}}
|
||
|
### [{{{ title }}}]({{{ url }}}) ({{formatDate safe.date 'YYYY-MM' }})
|
||
|
{{else}}
|
||
|
### {{{ title }}} ({{formatDate safe.date}})
|
||
|
{{/if}}
|
||
|
{{{ summary }}}
|
||
|
{{#if highlights}}
|
||
|
{{#each highlights}}
|
||
|
- {{{ this }}}
|
||
|
{{/each}}
|
||
|
{{/if}}
|
||
|
{{/each}}
|
||
|
{{/section}}
|