{% extends "base.html" %} {% block content %} {# Load resume data from site.data (preferred) or page.metadata (fallback) #} {% set resume = site.data.get('resume') if site.data is defined and site.data else page.metadata %}
{{ resume.get('headline') }}
{% endif %} {# Contact Information #} {% if resume.get('contact') %}{{ resume.get('summary') }}
{% endif %} {% if content %}{{ job.get('company') }}
{{ job.get('description') }}
{% endif %} {% if job.get('highlights') and job.get('highlights') is iterable and job.get('highlights') is not string %}{{ edu.get('institution') }}
GPA: {{ edu.get('gpa') }}
{% endif %} {% if edu.get('honors') %}{{ project.get('role') }}
{% endif %}{{ project.get('description') }}
{% endif %} {% if project.get('highlights') %}{{ cert.get('issuer') }}
{% if cert.get('date') %}{{ cert.get('date') }}
{% endif %} {% if cert.get('url') %} View Credential → {% endif %}{{ award.get('issuer') }}
{% if award.get('date') %}{{ award.get('date') }}
{% endif %} {% if award.get('description') %}{{ award.get('description') }}
{% endif %}{{ vol.get('organization') }}
{{ vol.get('description') }}
{% endif %}