{% if articleContent.header_img is defined and articleContent.header_img is not empty %}
{% set img = articleContent.header_img %}
{% endif %}
<div class="preview-content{% if article.template != 'articles' %}{% endif %}">
{% include 'blocks/previews-from-controller/blocks/categories.html.twig' %}
<a href="{{ sulu_content_path(routePath) }}" class="cblue nodeco" target="_blank">
<div class="fw500 fs20 preview-h3 lh28 mt-8px">
{% if title is defined and title is not empty %}
{{ title }}
{% endif %}
</div>
</a>
<div class="dflex jcsb aic">
{% if articleContent.departement is defined and articleContent.departement is not empty %}
<div class="departement cwhite fs12<">
<span class="dpt">{{ articleContent.departement }}</span>
</div>
{% endif %}
<a href="{{ sulu_content_path(routePath) }}" class="see-more" target="_blank">Voir plus</a>
</div>
</div>