mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-13 12:20:09 +00:00
17 lines
328 B
Handlebars
17 lines
328 B
Handlebars
|
{{#section "education"}}
|
||
|
{{{sectionTitle "EDUCATION"}}} ----------------------------------------------------------------------
|
||
|
|
||
|
{{#each r.education.history}}
|
||
|
{{{ institution }}} ({{dateRange .}})
|
||
|
{{#if summary }}
|
||
|
{{{ summary }}}
|
||
|
{{/if}}
|
||
|
{{#if courses}}
|
||
|
{{#each courses}}
|
||
|
- {{{ this }}}
|
||
|
{{/each}}
|
||
|
{{/if}}
|
||
|
|
||
|
{{/each}}
|
||
|
{{/section}}
|