2016-01-11 04:30:35 +00:00
|
|
|
{{#section "speaking"}}
|
|
|
|
<hr>
|
|
|
|
<section id="speaking">
|
2016-01-12 14:40:18 +00:00
|
|
|
{{#> header-speaking }}
|
|
|
|
{{> header-simple _title="SPEAKING" _section="speaking" }}
|
|
|
|
{{#> icon-speaking }}{{/icon-speaking}}
|
|
|
|
{{/header-speaking}}
|
2016-01-11 04:30:35 +00:00
|
|
|
{{#each r.speaking}}
|
2016-01-11 18:47:14 +00:00
|
|
|
<div>
|
2016-01-11 04:30:35 +00:00
|
|
|
<h3><em>{{ title }}</em>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h3>
|
|
|
|
{{ summary }}
|
2016-01-12 14:40:18 +00:00
|
|
|
{{> highlights }}
|
2016-01-11 18:47:14 +00:00
|
|
|
</div>
|
2016-01-11 04:30:35 +00:00
|
|
|
{{/each}}
|
|
|
|
</section>
|
|
|
|
{{/section}}
|