{{{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}} {{dateRange .}}

{{{ summary }}}

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

{{{sectionTitle "Projects"}}}

{{#each r.projects}}

{{#if role}}{{camelCase role }},{{/if}} {{#if url}} {{ title }} {{else}} {{ title }} {{/if}} {{dateRange .}}

{{{ summary }}} {{#if proj.highlights}} {{/if}} {{/each}}
{{/section}} {{#section "education"}}

{{{sectionTitle "Education"}}}


{{#each r.education.history}}

{{{ institution }}} {{dateRange .}}

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

{{{sectionTitle "Service"}}}


{{#each r.service.history}}

{{ position }}, {{#if url}} {{ organization }} {{else}} {{ organization }} {{/if}} {{dateRange .}}

{{{ summary }}}

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

{{{sectionTitle "Writing"}}}


{{#each r.writing }}

{{#if url}}{{{ title }}}{{else}}{{{ title }}}{{/if}}, {{ publisher.name }} {{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}}