Work
      {% for w in cv.work %}
        {% if w.company %}
          
            
        {% endif %}
        {% if w.highlights %}
          
  {% if w.website %} {{ w.company }} {% else %} {{ w.company }} {% endif %}
{% endif %} {% if w.position %}{{ w.position }}
{% endif %}
          {% if w.startDate %}
            {{ w.startDate }}
          {% endif %}
          {% if w.endDate == '' %}
            {{ site.data.theme.t.present | default: 'Present' | prepend: ' — ' }}
          {% else %}
            {{ w.endDate | prepend: ' — ' }}
          {% endif %}
        
        {% if w.summary %}
          {{ w.summary }}
- 
            {% for highlight in w.highlights %}
              
- {{ highlight }} {% endfor %}