{{ basics.name }}
{% if basics.email %}
{{ basics.email }}
{% endif %}
{% if work %}
Work
{% for w in work %}
{{ w.company }}
{{ w.position or '' }}
{% endfor %}
{% endif %} {% if education %}
Education
{% for e in education %}
{{ e.institution }}
{{ e.area or '' }}
{% endfor %}
{% endif %} {% for section in extra_sections %}
{{ section.title }}
{{ section.html|safe }}
{% endfor %}