1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-01 07:00:05 +01:00
fresh-themes/partials/md/section/references.hbs
hacksalot fe6046a107 Improve "references" coverage.
1. Introduce TXT, MD, and DOC section partials for "references".
2. Reference TXT/MD partials from Basis theme so inherited themes
(Modern, Compact, Positive) see the changes.
2016-01-19 23:25:50 -05:00

15 lines
325 B
Handlebars

{{#section "references"}}
## {{{sectionTitle "REFERENCES"}}}
{{#each r.references }}
### *{{{ name }}}*{{#if role}}, {{{ role }}}{{/if}}{{#if category}} ({{{ category }}}){{/if}}
{{#if summary }}
{{{ summary }}}
{{/if}}
{{#if contact}}{{#each contact }}{{{ label }}}: {{{ value }}}
{{/each}}
{{/if}}
{{/each}}
{{/section}}