1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 07:50:04 +01:00
fresh-themes/partials/html/section/speaking.hbs
2016-01-22 04:24:42 -05:00

19 lines
478 B
Handlebars

{{#section "speaking"}}
<hr>
<section id="speaking">
{{#> header-speaking }}
{{> header-icon _title="SPEAKING" _section="speaking" _hdricon=(lookup . '_icon') }}
{{/header-speaking}}
{{#each r.speaking}}
{{#> body-speaking }}
<div>
<h3><em>{{{ title }}}</em>, {{{ event }}}</h3>
<span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
{{{ summary }}}
{{> highlights }}
</div>
{{/body-speaking}}
{{/each}}
</section>
{{/section}}