1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-29 06:00:06 +01:00
fresh-themes/partials/txt/section/samples.hbs
2016-01-11 19:54:44 -05:00

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}}