1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00
fresh-themes/partials/md/section/education.hbs

20 lines
351 B
Handlebars
Raw Normal View History

2016-01-11 17:01:49 +00:00
{{#section 'education'}}
## {{{sectionTitle "EDUCATION"}}}
{{#each r.education.history}}
{{#if url}}
### [{{{ institution }}}]({{{ url }}}) ({{dateRange .}})
2016-01-11 17:01:49 +00:00
{{else}}
### {{{ institution }}} ({{dateRange .}})
2016-01-11 17:01:49 +00:00
{{/if}}
2016-01-11 17:01:49 +00:00
{{#if summary }}
{{{ summary }}}
{{/if}}
{{#if courses}}
{{#each courses}}
- {{{ this }}}{{/each}}{{/if}}
2016-01-11 17:01:49 +00:00
{{/each}}
{{/section}}