{{ r.name }}

{% if (r.contact.email) { %}{% } %} {% if (r.contact.phone) { %}
{{ r.contact.phone }}
{% } %} {% if (r.contact.website) { %}{% } %}
{% if ( r.info.brief && r.info.brief.length ) { %}
{{ r.info.brief|md }}
{% } %} {% if ( r.skills && r.skills.length ) { %}

Skills


{% r.skills.forEach( function( skill, idx, ar) { %} {% }); %}
Skill Keywords
{{ skill.name }} {{ skill.level }}
{% } %} {% if ( r.employment && r.employment.history && r.employment.history.length ) { %}

Employment


{% r.employment.history.forEach( function( proj, idx, ar) { %}

{{ proj.employer }} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }}

{% if( proj.summary && proj.summary.length ) { %}

{{ proj.summary|md }}

{% } %} {% if( proj.highlights ) { %} {% } %} {% }); %}
{% } %} {% if ( r.education && r.education.history && r.education.history.length ) { %}

Education


{% r.education.history.forEach( function( edu, idx, ar) { %}

{{ edu.institution }} {{ edu.safe.start.format('YYYY-MM') }}—{{ edu.safe.end.format('YYYY-MM') }}

{% if( edu.summary && edu.summary.length ) { %}

{{ edu.summary|md }}

{% } %} {% if( edu.curriculum ) { %} {% } %} {% }); %}
{% } %}