{{ entry.title }}
{% endif %}
{% if entry.company or entry.school or entry.start or entry.end %}
{% endif %}
{% if entry.description %}
{% autoescape false %}
{{ entry.description }}
{% endautoescape %}
{% endif %}