{{ basics.name }}

{{ basics.email }}

Work

{% for w in work %}

{{ w.position }} — {{ w.company }}

{{ w.startDate }} — {{ w.endDate or 'Present' }}

{% if w.highlights %} {% endif %}
{% endfor %}