2016-01-11 04:30:35 +00:00
|
|
|
{{#section 'samples'}}
|
|
|
|
<hr>
|
|
|
|
<section id="samples">
|
2016-01-12 14:40:18 +00:00
|
|
|
{{#> header-samples }}
|
2016-01-12 15:33:19 +00:00
|
|
|
{{> header-icon _title="SAMPLES" _section="samples" _hdricon=(lookup . '_icon') }}
|
2016-01-12 14:40:18 +00:00
|
|
|
{{/header-samples}}
|
2016-01-11 04:30:35 +00:00
|
|
|
{{#each r.samples}}
|
2016-01-13 02:29:06 +00:00
|
|
|
{{#> body-samples }}
|
2016-01-11 18:47:14 +00:00
|
|
|
<div>
|
2016-01-11 04:30:35 +00:00
|
|
|
<h3>
|
|
|
|
{{#if url}}
|
|
|
|
<a href="{{{ url }}}">{{ title }}</a>
|
|
|
|
{{else}}
|
|
|
|
{{ title }}
|
|
|
|
{{/if}}
|
2016-01-13 02:29:06 +00:00
|
|
|
</h3>
|
2016-02-14 05:14:58 +00:00
|
|
|
<span class="tenure">{{date date 'YYYY-MM'}}</span>
|
2016-01-11 04:30:35 +00:00
|
|
|
{{{ summary }}}
|
2016-01-12 14:40:18 +00:00
|
|
|
{{> highlights }}
|
2016-01-11 18:47:14 +00:00
|
|
|
</div>
|
2016-01-13 02:29:06 +00:00
|
|
|
{{/body-samples}}
|
2016-01-11 04:30:35 +00:00
|
|
|
{{/each}}
|
|
|
|
</section>
|
|
|
|
{{/section}}
|