{{ resume.contact.name }}

{% if resume.contact.email %}{{ resume.contact.email }}{% endif %} {% if resume.contact.phone %} | {{ resume.contact.phone }}{% endif %} {% if resume.contact.location %} | {{ resume.contact.location }}{% endif %}

{% if resume.contact.linkedin or resume.contact.github or resume.contact.website %} {% endif %}
{% if resume.summary %}

PROFESSIONAL SUMMARY

{{ resume.summary }}

{% endif %} {% if resume.skills %}

SKILLS

{{ resume.skills | join(' | ') }}

{% endif %} {% for section in resume.sections %}

{{ section.title | upper }}

{% for item in section.items %}

{{ item.title }} {% if item.organization %} - {{ item.organization }}{% endif %} {% if item.location %}, {{ item.location }}{% endif %}

{% if item.start_date %} {% endif %} {% if item.bullets %} {% endif %}
{% endfor %}
{% endfor %} {% if resume.education %}

EDUCATION

{% for edu in resume.education %} {% if edu.display is not defined or edu.display %}

{{ edu.degree }}, {{ edu.institution }}{% if edu.graduation_year %}, {{ edu.graduation_year }}{% endif %}{% if edu.honors %} - {{ edu.honors }}{% endif %}

{% endif %} {% endfor %}
{% endif %} {% if resume.get_active_certifications() %}

CERTIFICATIONS

{% endif %} {% if resume.tailored_notice_text %} {% endif %}