{{ doc.title }}
{% if doc.link != "" or doc.file != "" %}
{% 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 != "" or doc.file != "" or doc.category %}
{% if doc.link != "" %} En savoir plus {% elseif doc.file != "" %} Voir le document {% else %} {% endif %} {% if doc.category %} {{ doc.category.title|raw }} {% endif %}
{% endif %}