1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00
fresh-themes/partials/html/section/speaking.html

17 lines
436 B
HTML
Raw Normal View History

{{#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}}
{{#each r.speaking}}
2016-01-11 18:47:14 +00:00
<div>
<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>
{{/each}}
</section>
{{/section}}