{{ header.name }}

{% if header.email %}{{ header.email }}{% endif %} {% if header.phone %}{{ header.phone }}{% endif %} {% if header.location %}{{ header.location }}{% endif %} {% if header.linkedin %}{{ header.linkedin }}{% endif %} {% if header.github %}{{ header.github }}{% endif %} {% if header.website %}{{ header.website }}{% endif %}

{% if summary %}

Summary

{{ summary }}

{% endif %} {% if experience %}

Experience

{% for item in experience %}

{{ item.company }}

{% if item.period %}{{ item.period }}{% endif %}
{% if item.title %}

{{ item.title }}

{% endif %} {% if item.bullets %}
    {% for bullet in item.bullets %}
  • {{ bullet }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if projects %}

Projects

{% for project in projects %}

{{ project.name }}

{% if project.description %}

{{ project.description }}

{% endif %} {% if project.bullets %}
    {% for bullet in project.bullets %}
  • {{ bullet }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if education %}

Education

{% for item in education %}

{{ item.institution }}

{% if item.details %}

{{ item.details }}

{% endif %}
{% endfor %}
{% endif %} {% if skills %}

Skills

{% for skill in skills %} {{ skill }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endif %}