{{ 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.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 ) { %}- 
            {% proj.highlights.forEach( function( high, idx, ar) { %}
              
- {{ high|md }} {% }); %}
Education
{{ 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 ) { %}- 
            {% edu.curriculum.forEach( function( course, idx, ar) { %}
              
- {{ course|md }} {% }); %}