{% macro work_list(wlist) -%} {%- endmacro -%}

{{ profile.firstname }} {{profile.lastname }}

{% if profile.title %}

{{ profile.title }}

{% endif %} {%- if skills.include_page_break -%}

{%- endif -%}

{{ skills.title|default('Skills') }}

{%- if job_experience.include_page_break -%}

{%- endif -%}

{{ job_experience.title|default('Experience') }}

{{ work_list(job_experience.content) }} {%- if projects.include_page_break -%}

{%- endif -%}

{{ projects.title|default('Projects') }}

{%- if education.include_page_break -%}

{%- endif -%}

{{ education.title|default('Education') }}

{{ work_list(education.content) }}