{{ basics.name }}
{{ basics.email }} {% if basics.phone %} • {{ basics.phone }}{% endif %}
Experience
{% for w in work %}
{{ w.position }} — {{ w.company }}
{{ w.startDate }} — {{ w.endDate or 'Present' }}
{% if w.highlights %}
{% for h in w.highlights %}- {{ h }}
{% endfor %}
{% endif %}
{% endfor %}