2016-01-11 04:30:35 +00:00
|
|
|
{{#section 'samples'}}
|
|
|
|
<hr>
|
|
|
|
<section id="samples">
|
|
|
|
<header>
|
|
|
|
<h2>{{{sectionTitle "Samples"}}}</h2>
|
|
|
|
{{#> icon-samples }}{{/icon-samples}}
|
2016-01-11 18:47:14 +00:00
|
|
|
</header>
|
2016-01-11 04:30:35 +00:00
|
|
|
{{#each r.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-11 17:33:14 +00:00
|
|
|
<span class="tenure">{{formatDate safe.date 'YYYY-MM'}}</span></h3>
|
2016-01-11 04:30:35 +00:00
|
|
|
{{{ summary }}}
|
|
|
|
{{#if highlights}}
|
|
|
|
<ul>
|
|
|
|
{{#each highlights}}
|
|
|
|
<li>{{{ this }}}</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
{{/if}}
|
2016-01-11 18:47:14 +00:00
|
|
|
</div>
|
2016-01-11 04:30:35 +00:00
|
|
|
{{/each}}
|
|
|
|
</section>
|
|
|
|
{{/section}}
|