{% include 'hackathon/base.html' %}

{{ title }}


First Name Skills Education
{{ content.firstName }} {% if content.skills %} {% for i in content.skills.values %} {{i.skill.name}} {% endfor %} {% else %} None {% endif %} {% if content.educations %} {% for i in content.educations.values %} {{i.schoolName }} [{{i.degree}}, {{i.fieldOfStudy}}] ({{i.startDate.year}} - {{i.endDate.year}}) {% endfor %} {% else %} None {% endif %}