1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-01-13 15:22:18 +00:00

23 lines
502 B
HTML
Raw Normal View History

{{#section 'samples'}}
<hr>
<section id="samples">
2016-01-12 09:40:18 -05:00
{{#> header-samples }}
{{> header-simple _title="SAMPLES" _section="samples" }}
{{#> icon-samples }}{{/icon-samples}}
{{/header-samples}}
{{#each r.samples}}
2016-01-11 13:47:14 -05:00
<div>
<h3>
{{#if url}}
<a href="{{{ url }}}">{{ title }}</a>
{{else}}
{{ title }}
{{/if}}
2016-01-11 12:33:14 -05:00
<span class="tenure">{{formatDate safe.date 'YYYY-MM'}}</span></h3>
{{{ summary }}}
2016-01-12 09:40:18 -05:00
{{> highlights }}
2016-01-11 13:47:14 -05:00
</div>
{{/each}}
</section>
{{/section}}