1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-14 20:50:11 +00:00
fresh-themes/partials/html/section/samples.html
2016-01-12 10:33:19 -05:00

22 lines
486 B
HTML

{{#section 'samples'}}
<hr>
<section id="samples">
{{#> header-samples }}
{{> header-icon _title="SAMPLES" _section="samples" _hdricon=(lookup . '_icon') }}
{{/header-samples}}
{{#each r.samples}}
<div>
<h3>
{{#if url}}
<a href="{{{ url }}}">{{ title }}</a>
{{else}}
{{ title }}
{{/if}}
<span class="tenure">{{formatDate safe.date 'YYYY-MM'}}</span></h3>
{{{ summary }}}
{{> highlights }}
</div>
{{/each}}
</section>
{{/section}}