stram-images
{% for all in lesblogs %}
stram projet
{{all.titre}}
{% if all.description|length > 480 %}

{{all.description|slice(0, 480) ~ '...' }}

{% else %}

{{all.description}}

{% endif %}
{% endfor %}