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