{{ 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 %}

Executive Summary

{{ resume.summary }}

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

{{ section.title }}

{% for item in section.items %}

{{ item.title }}

{% if item.organization %} {{ item.organization }} {% endif %}
{% if item.location %} {{ item.location }} {% endif %} {% if item.start_date %} {{ item.start_date }} - {{ item.end_date or 'Present' }} {% endif %}
{# Scope indicators for executive-level roles #} {% if item.scope_budget or item.scope_team_size or item.scope_revenue %}
{% if item.scope_budget %} Budget: {{ item.scope_budget }} {% endif %} {% if item.scope_team_size %} Team: {{ item.scope_team_size }} people {% endif %} {% if item.scope_revenue %} Revenue: {{ item.scope_revenue }} {% endif %}
{% endif %} {# Achievement bullets in RAS format (Result-Action-Situation) #} {% 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 %} {%- if edu.gpa and not edu.honors %} (GPA: {{ edu.gpa }}){% endif %}

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

Certifications

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

Core Competencies

{% for skill in resume.skills %} {{ skill }} {% endfor %}
{% endif %} {% if resume.tailored_notice_text %} {% endif %}