{% if entry.previewPicture is null %} {% else %} {% endif %}
{% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withPreview': true} only %}
clear {{ entry.title | striptags | truncate(80, true, '…') | raw }}

{{ entry.content|striptags|slice(0, 250)|raw }}…

{% include "@WallabagCore/themes/material/Entry/_card_actions.html.twig" with {'entry': entry} only %}