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

19 lines
460 B
Handlebars
Raw Normal View History

2016-01-22 07:42:25 +00:00
{{#section "interests"}}
<hr>
<section id="interests">
{{#> header-interests }}
{{> header-icon _title="INTERESTS" _section="interests" _hdricon=(lookup . '_icon') }}
{{/header-interests}}
{{#each r.interests}}
{{#> body-interests }}
<div>
<h3><em>{{{ name }}}</em></h3>
<span class="tenure">{{date date 'YYYY' }}</span>
2016-01-22 07:42:25 +00:00
{{{ summary }}}
{{> highlights }}
</div>
{{/body-interests}}
{{/each}}
</section>
{{/section}}