+ {% if company.website %}
+
+ {% else %}
+
{{ company.title }}
+ {% endif %}
- {% if company.logo %}
-
- {% endif %}
+ {% if company.logo %}
+
+ {% endif %}
-
- {% spaceless %}
- {{ experience.role ~ ' from ' ~ experience.start ~ ' to ' ~ experience.end|default('Present') }}
- {% if experience.location %}
- ({{ experience.location }})
- {% endif %}
- {% endspaceless %}.
-
+
+ {% spaceless %}
+ {{ experience.role ~ ' from ' ~ experience.start ~ ' to ' ~ experience.end|default('Present') }}
+ {% if experience.location %}
+ ({{ experience.location }})
+ {% endif %}
+ {% endspaceless %}.
+
- {{ experience.description|raw }}
-