mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
15 lines
268 B
Handlebars
15 lines
268 B
Handlebars
{{#section "extracurricular"}}
|
|
## {{{sectionTitle "EXTRACURRICULAR"}}}
|
|
|
|
{{#each r.extracurricular }}
|
|
### {{{ title }}}, {{{ activity }}} ({{dateRange .}})
|
|
{{{ summary }}}
|
|
{{#if highlights}}
|
|
{{#each highlights}}
|
|
- {{{ this }}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
{{/section}}
|