{{ r.name|xml }}
{{ r.name|xml }}
4
14
2015-08-28T04:22:00Z
2015-08-28T04:49:00Z
1
32
186
1
1
217
15
{{ r.contact.email|xml }}
{{ r.contact.website|xml }}
{{ r.contact.phone|xml }}
{{ r.name|xml }}
{{ r.info.summary|xml }}
Skills
{% r.skills.forEach( function( skill, idx, ar) { %}
{% var kwords = skill.summary; %}
{{ skill.name|xml }}:
{{ kwords|xml }}
{% }); %}
Employment
{% r.employment.history.forEach( function( proj, idx, ar) { %}
{{ proj.employer|xml }}
{{ proj.safe.start.format('YYYY-MM')|xml }} — {{ proj.safe.end.format('YYYY-MM')|xml }}
{{ proj.summary|xml }}
{% proj.highlights.forEach( function( high, idx, ar) { %}
{{ high|xml }}
{% }); %}
{% }); %}
Education
{% r.education.history.forEach( function( edu, idx, ar) { %}
{{ edu.institution|xml }}
{{ edu.safe.start.format('YYYY-MM')|xml }} — {{ edu.safe.end.format('YYYY-MM')|xml }}
TODO
{% edu.curriculum.forEach( function( course, idx, ar) { %}
{{ course|xml }}
{% }); %}
{% }); %}