{{{styleSheet "html.css"}}}

{{{ r.name }}}

{{#has 'contact.email'}}{{/has}} {{#has 'contact.phone'}}
{{ RAW.contact.phone }}
{{/has}} {{#has 'contact.website'}}{{/has}}
{{#has "info.brief"}}
{{{ r.info.brief }}}
{{/has}} {{#section "skills"}}

{{{sectionTitle "Skills"}}}


{{#each r.skills.sets}} {{/each}}
Skill Keywords
{{ name }} {{#each skills}}{{ this }} {{/each}}
{{/section}} {{#section "employment"}}

{{{sectionTitle "Employment"}}}


{{#each r.employment.history}}

{{ position }}, {{#if url }} {{ employer }} {{else}} {{ employer }} {{/if}} {{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}

{{{ summary }}}

{{#if highlights}} {{/if}} {{/each}}
{{/section}} {{#section 'projects'}}

{{{sectionTitle "Projects"}}}

{{#each r.projects}} {{#if url}}

{{ role }}, {{ title }}

{{else}}

{{ role }}, {{ title }}

{{/if}} {{formatDate safe.start 'YYYY-MM' }}—{{formatDate safe.end 'YYYY-MM' }} {{{ summary }}} {{#if proj.highlights}} {{/if}} {{/each}}
{{/section}} {{#section "education"}}

{{{sectionTitle "Education"}}}


{{#each r.education.history}}

{{{ institution }}} {{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}

{{/each}}
{{/section}} {{#section "service"}}

{{{sectionTitle "Service"}}}


{{#each r.service.history}}

{{ position }}, {{#if url}} {{ organization }} {{else}} {{ organization }} {{/if}} {{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}

{{{ summary }}}

{{#if highlights}} {{/if}} {{/each}}
{{/section}} {{#section "writing"}}

{{{sectionTitle "Writing"}}}


{{#each r.writing }}

{{#if url}}{{{ title }}}{{else}}{{{ title }}}{{/if}}, {{ publisher }} {{formatDate safe.date 'YYYY'}}

{{# if summary}}{{{ summary }}}{{/if}} {{/each}}
{{/section}} {{#section "recognition"}}

{{{sectionTitle "recognition" "Awards"}}}


{{#each r.recognition}}

{{ title }}, {{ from }} {{formatDate safe.date 'YYYY' }}

{{ summary }} {{/each}}
{{/section}}