{% if name %}

{{ name }}

{% endif %} {% if contact %}

{% if location %}{{ location }} | {% endif %} {% if email %}{{ email }}
{% endif %} {% if phone %}{{ phone }} | {% endif %} {% if linkedin %}{{ linkedin }} | {% endif %} {% if website %}{{ website }}{% endif %}

{% endif %} {% if summary %}

PROFESSIONAL SUMMARY

{{ summary }}

{% endif %} {% if education %}

EDUCATION

{% for edu in education %}
{{ edu.institution }} {{ edu.location }}
{{ edu.period }}

{{ edu.degree }}

GPA {{ edu.gpa }}

{% endfor %} {% endif %} {% if experience %}

WORK EXPERIENCE

{% for exp in experience %}
{{ exp.role }} | {{ exp.company }} {{ exp.location }}
{{ exp.period }}
{% endfor %} {% endif %} {% if organizations %}

ORGANIZATIONAL EXPERIENCE

{% for org in organizations %}
{{ org.role }} | {{ org.organization }} {{ org.location }}
{{ org.period }}
{% endfor %} {% endif %} {% if projects %}

PROJECTS

{% for project in projects %}
{{ project.title }} | {{ project.stack }}
{{ project.date }}
{% endfor %} {% endif %} {% if skills or certifications or languages %}

SKILLS & CERTIFICATIONS

{% endif %}