{% if site.data.profile.education %}
Education
    {% for item in site.data.profile.education %}
  • {{ item.name }}
    {{ item.name }}
    {{ item.dept }}
    {{ item.position }}
    {{ item.date }}
  • {% endfor %}
{% endif %} {% if site.data.profile.experience %}
Experience
    {% for item in site.data.profile.experience %}
  • {{ item.name }}
    {{ item.name }}
    {{ item.dept }}
    {{ item.position }}
    {{ item.date }}
  • {% endfor %}
{% endif %} {% if site.data.profile.awards %}
Honors & Awards
    {% for item in site.data.profile.awards %}
  • {{ item.name }}
    {{ item.date }}
  • {% endfor %}
{% endif %}