{{ resume.basics.name }} {{ resume.basics.label }}

{% if resume.basics.phone %} {{ resume.basics.phone }} {% endif %} {% if resume.basics.location %}
{% if resume.basics.location.address %}{{ resume.basics.location.address }} {% endif %} {% if resume.basics.location.city %}{{ resume.basics.location.city }}{% endif %}
{% endif %} {% if resume.basics.email %} {{ resume.basics.email }} {% endif %}
{% for profile in resume.basics.profiles %} {% if profile.url %} {{ profile.network }} {{ profile.username }} {% else %} {{ profile.network }} {{ profile.username }} {% endif %} {% endfor %}

experience

{% for job in resume.work %}
{% if job.url %} {{ job.name }} {% else %} {{ job.name }} {% endif %} - {{ job.position }}
{{ job.startDate|get_year }} - {% if job.endDate %}{{ job.endDate|get_year }}{% else %}current{% endif %}
{{ job.summary }}
    {% for highlight in job.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endfor %}

education

{% for school in resume.education %}
{{ school.studyType }} {{ school.area }} at {{ school.institution }}
{% endfor %}

skills

{% for skill in resume.skills %}
{{ skill.name }} {{ skill.level }} {% for keyword in skill.keywords %} {{ keyword }} {% endfor %}
{% endfor %}

languages

{% for language in resume.languages %} {{ language.language }} - {{ language.fluency }} {% endfor %}