{{ config.theme.experiences_section_title | default('Experiences')}}
-
{%- for experience in config.theme.experiences %}
-
{{ experience.title }}
{{ experience.description }}
{%- endfor %}
{{ config.theme.education_section_title | default('Education')}}
-
{%- for school in config.theme.schools %}
-
{{ school.title }}
{{ school.description }}
{%- endfor %}