{{ name }}
{% endif %} {% if title %}{{ title }}
{% endif %}About Me
{{ summary }}
Work Experience
{% for exp in experience %}
{{ exp.period }}
{{ exp.company }}
{{ exp.role }}
{% if exp.points %}-
{% for point in exp.points %}
- {{ point }} {% endfor %}
Organizational Experience
{% for org in organizations %}
{{ org.period }}
{{ org.organization }}
{{ org.role }}
{% if org.points %}-
{% for point in org.points %}
- {{ point }} {% endfor %}
Projects
{% for project in projects %}
{{ project.date }}
{{ project.stack }}
{{ project.title }}
{% if project.points %}-
{% for point in project.points %}
- {{ point }} {% endfor %}
References
{% for ref in references %}
{% endfor %}
{{ ref.name }}
{{ ref.company }} / {{ ref.position }}
{% if ref.phone %}Phone: {{ ref.phone }}
{% endif %} {% if ref.email %}Email: {{ ref.email }}
{% endif %}