1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-30 22:50:05 +01:00
fresh-themes/partials/html/section/speaking.hbs

19 lines
467 B
Handlebars
Raw Normal View History

{{#section "speaking"}}
<hr>
<section id="speaking">
2016-01-12 14:40:18 +00:00
{{#> header-speaking }}
2016-01-12 15:33:19 +00:00
{{> header-icon _title="SPEAKING" _section="speaking" _hdricon=(lookup . '_icon') }}
2016-01-12 14:40:18 +00:00
{{/header-speaking}}
{{#each r.speaking}}
2016-01-13 02:29:06 +00:00
{{#> body-speaking }}
2016-01-11 18:47:14 +00:00
<div>
2016-01-21 00:51:15 +00:00
<h3><em>{{{ title }}}</em>, {{{ event }}}</h3>
<span class="tenure">{{date date 'YYYY' }}</span>
2016-01-12 15:33:19 +00:00
{{{ summary }}}
2016-01-12 14:40:18 +00:00
{{> highlights }}
2016-01-11 18:47:14 +00:00
</div>
2016-01-13 02:29:06 +00:00
{{/body-speaking}}
{{/each}}
</section>
{{/section}}