{{ config.theme.experiences_section_title }}
-
{%- for experience in config.theme.experiences %}
-
{{ experience.title }}
{%- if experience.start_date is defined %}
From {{ experience.start_date }} to {{ experience.end_date | default("now") }}
{%- endif %}{{ experience.description }}
{%- endfor %}
{{ config.theme.education_section_title }}
-
{%- for education in config.theme.educations %}
-
{{ education.title }}
{%- if education.start_date is defined %}
From {{ education.start_date }} to {{ education.end_date | default("now") }}
{%- endif %}{{ education.description }}
{%- endfor %}