<div class="preview-container br8 {{ type }} dflex fdc{% if i == 0 %} first-preview{% endif %}{% if i == 1 %} second-preview{% endif %}">
<div class="preview-header">
{% if img is defined and img is not empty %}
{% include "blocks/previews/img/image.html.twig" %}
{% else %}
{% include "blocks/previews/img/default-image.html.twig" %}
{% endif %}
<p class="fs14 lh20 dflex aic">
{% if type == "fiches_territoires" %}
Territoire
{% elseif type == "experiences" %}
ExpƩriences
{% endif %}
</p>
{% if i == 0 %}
{% include "blocks/previews-from-controller/blocks/categories.html.twig" %}
{% endif %}
</div>
<div class="preview-content{% if type != " articles" %} dflex fdc{% endif %}">
{% if i == 1 or i > 1 %}
{% include "blocks/previews-from-controller/blocks/categories.html.twig" %}
{% endif %}
<a href="{{ url }}" class="cblue nodeco {{ title_lines }} ">
<div class="fw500 fs20 preview-h3 {{ title_lines }} lh28 mt-8px">{{ title }}</div>
</a>
{% if departement is defined and departement is not empty %}
<div class="departement cwhite fs10">
<span class="dpt">{{ departement }}</span>
</div>
{% endif %}
</div>
{% if type == "experiences" %}
<div class="mta">
<span class="cgrey fs14 lh20">
{% if authored is defined and authored is not empty %}
PubliƩ le
{{ authored|format_datetime('short', 'none', locale='fr') }}
{% endif %}
</span>
</div>
{% endif %}
</div>