{% if doc.link != "" %}
{{ svg_assets("docs/video.svg") }}
{% elseif doc.file != "" %}
{{ svg_assets("docs/doc.svg") }}
{% endif %}
{% endif %}
{{ doc.title|raw }}
{{ doc.content|striptags|slice(0, 100)|raw }}
{% if doc.link != "" %}
En savoir plus
{% elseif doc.file != "" %}
Voir le document
{% else %}
{% endif %}
{% if doc.category %}
{% endif %}
{% endif %}