{% if site.data.profile.education %}
Formation
    {% for item in site.data.profile.education %}
  • {{ item.name }}
    {{ item.name }}
    {{ item.dept }}
    {{ item.position }}
    {{ item.date }}
  • {% endfor %}
{% endif %} {% if site.data.profile.experience %}
Expérience
    {% for item in site.data.profile.experience %}
  • {{ item.name }}
    {{ item.name }}
    {{ item.dept }}
    {{ item.position }}
    {{ item.date }}
  • {% endfor %}
{% endif %} {% if site.data.profile.awards %}
Olympiades et concours
    {% for item in site.data.profile.awards %}
  • {{ item.name }}
    {{ item.date }}
  • {% endfor %}
{% endif %}