{{#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>, {{ from }}</h3>
    <span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
    {{{ summary }}}
    {{> highlights }}
    </div>
    {{/body-speaking}}
  {{/each}}
</section>
{{/section}}