{% if content is defined and content is not empty and content|length > 0 %}
<div class="mb-1em">
{% if title is defined and title is not empty and title|length > 0 %}
<div class="fw600">{{title|raw}}</div>
{% endif %}
<div class="capitalize">{{ content|format_datetime("short", "none", locale='fr') }}</div>
</div>
{% endif %}