mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
16 lines
338 B
Handlebars
16 lines
338 B
Handlebars
|
{{#section 'speaking'}}
|
||
|
## {{{sectionTitle "SPEAKING"}}} ------------------------------------------------------------------------
|
||
|
|
||
|
{{#each r.speaking}}
|
||
|
*{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'MMM YYYY' }})
|
||
|
|
||
|
{{{ summary }}}
|
||
|
{{#if highlights}}
|
||
|
{{#each highlights}}
|
||
|
- {{{ this }}}
|
||
|
{{/each}}
|
||
|
{{/if}}
|
||
|
|
||
|
{{/each}}
|
||
|
{{/section}}
|