{{ 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 %} {% endif %}
{% endfor %}