{{ r.name }}
          {% if (r.contact.email) { %}
      {{ RAW.contact.email }}
{% } %}
          {% if (r.contact.phone) { %}{{ RAW.contact.phone }}
{% } %}
          {% if (r.contact.website) { %}{% } %}
        {% print(h.sectionTitle('info', 'About')) %}
{{ r.info.brief }}{% print(h.sectionTitle('Skills')) %}
- 
          {% r.skills.sets.forEach( function(set) { %}
            
- 
              {{ set.name }}{% if( set.skills && set.skills.length ) { %} {% set.skills.forEach(function(kw) { %} {{ kw }} {% }); %} {% } %}
          {% }); %}
        
{% print(h.sectionTitle("Employment")) %}
{{ proj.position }}, {{ proj.employer }}
{% } else { %}{{ proj.position }}, {{ proj.employer }}
{% } %} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }} {{ proj.summary }} {% if( proj.highlights ) { %}- 
            {% proj.highlights.forEach( function( high, idx, ar) { %}
              
- {{ high }} {% }); %}
{% print(h.sectionTitle("Education")) %}
{{ edu.institution }}
{{ edu.safe.start.format('YYYY-MM') }}—{{ edu.safe.end.format('YYYY-MM') }} {% if( edu.courses ) { %}- 
            {% edu.courses.forEach( function( course, idx, ar) { %}
              
- {{ course }} {% }); %}
{% print( h.sectionTitle("recognition", "Awards")) %}
{{ award.title }}, {{ award.from }}
{{ award.date }} {{ award.summary }} {% }); %}{% print( h.sectionTitle("writing", "Publications")) %}
{{ filt.link(pub.title, pub.url) }} {{ pub.publisher }}
Published on: {{ pub.safe.date.format('YYYY-MM') }} {% }); %}{% print(h.sectionTitle("service", "Volunteer Work")) %}
{{ vol.position }}, {{ vol.organization }}
{% } else { %}{{ vol.position }}, {{ vol.organization }}
{% } %} {{ vol.safe.start.format('YYYY-MM') }}—{{ vol.safe.end.format('YYYY-MM') }} {{ vol.summary }} {% if( vol.highlights ) { %}- 
            {% vol.highlights.forEach( function( high, idx, ar) { %}
              
- {{ high }} {% }); %}