{% comment %} Template pour afficher une expérience principale Usage: {% include experience.html exp=experience %} {% endcomment %} {% assign exp = include.exp %}
{{ exp.icon }} {{ exp.titre }} {% if exp.date %} {{ exp.date }} {% endif %} {% if exp.description %}

{{ exp.description }}

{% endif %} {% if exp.missions %} {% endif %} {% if exp.sub_experiences %} {% for sub in exp.sub_experiences %} {% include sub_experience.html sub=sub %} {% endfor %} {% endif %} {% if exp.retour %}

Retour d'expérience :

{{ exp.retour }}

{% endif %}