{{ 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 && skill.keywords.length && skill.keywords.join(', ')) || '[None Specified]' ) %} | 
Employment
{{ proj.company }} {{ proj.startDate }}—{{ proj.endDate }}
{{ proj.summary|md }}
{% if( proj.highlights ) { %}- 
            {% proj.highlights.forEach( function( high, idx, ar) { %}
              
- {{ high|md }} {% }); %}
Education
{{ edu.institution }} {{ edu.startDate }}—{{ edu.endDate }}
{{ edu.area|md }}
{% if( edu.courses ) { %}- 
            {% edu.courses.forEach( function( course, idx, ar) { %}
              
- {{ course|md }} {% }); %}