1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-01-22 19:52:34 +00:00

16 lines
338 B
HTML
Raw Normal View History

2016-01-06 03:51:13 -05:00
{{#section "education"}}
<hr>
2016-01-06 03:51:13 -05:00
<section id="education">
<header>
<h2>{{{sectionTitle "Education"}}}</h2>
2016-01-11 13:47:14 -05:00
{{#> icon-education }}{{/icon-education}}
2016-01-06 03:51:13 -05:00
</header>
{{#each r.education.history}}
2016-01-11 13:47:14 -05:00
<div>
<h3>{{{ institution }}}</h3>
2016-01-11 13:47:14 -05:00
<span class="tenure">{{dateRange .}}</span>
</div>
2016-01-06 03:51:13 -05:00
{{/each}}
</section>
{{/section}}