1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-09-28 19:19:13 +01:00
fresh-themes/partials/html/section/education.html
2016-01-12 10:33:19 -05:00

16 lines
389 B
HTML

{{#section "education"}}
<hr>
<section id="education">
{{#> header-education }}
{{> header-icon _title="EDUCATION" _section="education" _hdricon=(lookup . '_icon') }}
{{/header-education}}
{{#each r.education.history}}
<div>
<h3>{{{ institution }}}</h3>
<span class="tenure">{{dateRange .}}</span>
{{> highlights }}
</div>
{{/each}}
</section>
{{/section}}