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/education.html
2016-01-12 21:29:06 -05:00

18 lines
440 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}}
{{#> body-education }}
<div>
<h3>{{{ institution }}}</h3>
<span class="tenure">{{dateRange .}}</span>
{{> highlights }}
</div>
{{/body-education}}
{{/each}}
</section>
{{/section}}