1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-18 01:40:06 +01:00
fresh-themes/partials/txt/section/speaking.hbs
2016-01-20 09:52:34 -05:00

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}}