1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00
fresh-themes/partials/md/section/samples.hbs

20 lines
338 B
Handlebars
Raw Normal View History

2016-01-11 17:01:49 +00:00
{{#section 'samples'}}
## {{{sectionTitle "SAMPLES"}}}
{{#each r.samples }}
2016-01-11 17:01:49 +00:00
{{#if url}}
### [{{{ title }}}]({{{ url }}}) ({{formatDate safe.date 'YYYY-MM' }})
{{else}}
### {{{ title }}} ({{formatDate safe.date}})
{{/if}}
2016-01-11 17:01:49 +00:00
{{{ summary }}}
{{#if highlights}}
{{#each highlights}}
- {{{ this }}}
{{/each}}
{{/if}}
2016-01-11 17:01:49 +00:00
{{/each}}
{{/section}}