{{ r.basics.name }}
          {% if (r.basics.email) { %}
      {{ r.basics.email }}
{% } %}
          {% if (r.basics.phone) { %}{{ r.basics.phone }}
{% } %}
          {% if (r.basics.website) { %}{% } %}
        Skills
| Skill | Keywords | 
|---|---|
| {{ skill.name }} | {% print( skill.keywords.join(', ') ) %} | 
Employment
{{ proj.position }}, {{ proj.company }} {{ proj.startDate }} — {{ proj.endDate }}
{{ proj.summary|md }}
{% if( proj.highlights ) { %}- 
              {% proj.highlights.forEach( function( high, idx, ar) { %}
                
- {{ high|mdin }} {% }); %}
Previously... {{ r.work[ r.work.length - 1 ].safeStartDate.format('YYYY') }} — {{ proj.safeEndDate.format('YYYY') }}
Prior to {{ r.work[ 3 ].company }}, I worked on a range of projects for companies large and small.
- 
            {% } %}
            
- {{ proj.position }}, {{ proj.company }} {% if( idx === ar.length - 1 ) { %}
Education
{{ edu.institution }} {{ edu.safeStartDate.format('YYYY') }} — {{ edu.safeEndDate.format('YYYY') }}
{{ edu.area|md }}
{% }); %}Volunteer
{{ vol.organization }} {{ vol.safeStartDate.format('YYYY') }} — {{ vol.safeEndDate.format('YYYY') }}
{{ vol.summary|md }}
{% if( vol.highlights ) { %}- 
            {% vol.highlights.forEach( function( high, idx, ar) { %}
              
- {{ high|md }} {% }); %}