{{ r.name }}
          {% if (r.contact.email) { %}
      {{ r.contact.email }}
{% } %}
          {% if (r.contact.phone) { %}{{ r.contact.phone }}
{% } %}
          {% if (r.contact.website) { %}{% } %}
        Skills
| Skill | Keywords | 
|---|---|
| {{ skill.name }} | {{ skill.level }} | 
Employment
{{ proj.position }}, {{ proj.employer }} {{ proj.safe.start.format('YYYY-MM') }} — {{ proj.safe.end.format('YYYY-MM') }}
{{ proj.summary|md }}
{% if( proj.highlights ) { %}- 
              {% proj.highlights.forEach( function( high, idx, ar) { %}
                
- {{ high|mdin }} {% }); %}
Previously... {{ r.employment.history[ r.employment.history.length - 1 ].safe.start.format('YYYY') }} — {{ proj.safe.end.format('YYYY') }}
Prior to {{ r.employment.history[ 3 ].employer }}, I worked on a range of projects for companies large and small.
- 
            {% } %}
            
- {{ proj.position }}, {{ proj.employer }} {% if( idx === ar.length - 1 ) { %}
Education
{{ edu.institution }} {{ edu.safe.start.format('YYYY') }} — {{ edu.safe.end.format('YYYY') }}
{% if(edu.summary) { %}{{ edu.summary|md }}
{% } %} {% }); %}Volunteer
{{ vol.organization }} {{ vol.safe.start.format('YYYY') }} — {{ vol.safe.end.format('YYYY') }}
{{ vol.summary|md }}
{% if( vol.highlights ) { %}- 
            {% vol.highlights.forEach( function( high, idx, ar) { %}
              
- {{ high|md }} {% }); %}