- {{ job.title }} -
- @ {{ job.company }} - {% if job.type != "full-time" %} - {{ job.type }} - {% endif %} -- - - {% if job.endDate %} - - {% else %} - Present - {% endif %} - · {{ job.location }} -
- - {% if job.description %} -{{ job.description }}
- {% endif %} - - {% if job.highlights %} --
- {% for highlight in job.highlights %}
-
- {{ highlight }} - {% endfor %} -