{{ r.name }}
          {% if (r.contact.email) { %}{% } %}
          {% if (r.contact.phone) { %}
      {{ r.contact.phone }}
{% } %}
          {% if (r.contact.website) { %}{% } %}
        Skills
| Skill | Keywords | 
|---|---|
| {{ skillset.name }} | {{ skillset.skills.join(', ') }} | 
Employment
{{ proj.position }}, {{ filt.link( proj.employer, proj.url ) }} {{ 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') }}
{% }); %}Service
{{ vol.position }}, {{ filt.link(vol.organization, vol.url) }} {{ 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 }} {% }); %}