2016-01-12 12:27:13 +00:00
|
|
|
{{#section "references"}}
|
|
|
|
<hr>
|
2016-01-12 14:40:18 +00:00
|
|
|
<section id="references">
|
|
|
|
{{#> header-references }}
|
2016-01-12 15:33:19 +00:00
|
|
|
{{> header-icon _title="REFERENCES" _section="references" _hdricon=(lookup . '_icon') }}
|
2016-01-12 14:40:18 +00:00
|
|
|
{{/header-references}}
|
2016-01-12 12:27:13 +00:00
|
|
|
{{#each r.references}}
|
2016-01-13 02:29:06 +00:00
|
|
|
{{#> body-references }}
|
2016-01-12 12:27:13 +00:00
|
|
|
<div>
|
2016-01-15 18:59:45 +00:00
|
|
|
<h3><em>{{ name }}</em>{{#if role}}, {{{ role }}}{{/if}}</h3>
|
2016-01-14 20:46:10 +00:00
|
|
|
{{{ summary }}}
|
2016-01-12 12:27:13 +00:00
|
|
|
</div>
|
2016-01-13 02:29:06 +00:00
|
|
|
{{/body-references}}
|
2016-01-12 12:27:13 +00:00
|
|
|
{{/each}}
|
|
|
|
</section>
|
|
|
|
{{/section}}
|