{% if not separator %} {% set separator = '•' %} {% endif %} {% set separator = separator | safe %} {% if not styles %} {% set styles = 'styles.css' %} {% endif %}
{{ contact_details | join((' ' | safe) ~ separator ~ (' ' | safe)) }}
{% if job.location %}{{ job.location }}{% endif %} {% if job.location and job.start %}{% endif %} {% if job.start %}{{ job.start }} - {{ job.end | default('Present') }}{% endif %}
{% if edu.location %}{{ edu.location }}{% endif %} {% if edu.location and edu.start %}{% endif %} {% if edu.start %}{{ edu.start }} - {{ edu.end | default('Present') }}{% endif %}