<div class="experience-card">
<div class="preview-content">
<a href="{{ sulu_content_path(routePath) }}" class="cblue nodeco" target="_blank">
<div class="fw500 fs20 preview-h3 lh28 mt-8px">{{ title }}</div>
</a>
{% if article is defined and article.content is defined and article.content.short_desc is defined and article.content.short_desc is not empty %}
<div class="lh20 mt0p5em">{{ article.content.short_desc|raw }}</div>
{% endif %}
<div class="dflex jcfe mt0p5em">
<a href="{{ sulu_content_path(routePath) }}" class="see-more" target="_blank">Voir plus</a>
</div>
</div>
</div>