{{ basics.name }}
{% if basics.label %}{{ basics.label }}
{% endif %}
{% if work %}Experience
{% for w in work %}- {{ w.position }} - {{ w.company }}
{% endfor %}
{% endif %}
{% for section in extra_sections %}{{ section.title }}
{{ section.html|safe }}{% endfor %}