1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-01 07:00:05 +01:00
fresh-themes/partials/html/section/references.html

17 lines
389 B
HTML
Raw Normal View History

{{#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}}
{{#each r.references}}
2016-01-13 02:29:06 +00:00
{{#> body-references }}
<div>
<h3><em>{{ name }}</em></h3>
{{ summary }}
</div>
2016-01-13 02:29:06 +00:00
{{/body-references}}
{{/each}}
</section>
{{/section}}