Closed Ajax30 closed 3 years ago
Using {{post.content|truncate(100)}} or {{post.content|raw|truncate(100)}} (with Twig 1.44.1) does not work. The application throws an Unknown "truncate" filter error message.
{{post.content|truncate(100)}}
{{post.content|raw|truncate(100)}}
Unknown "truncate" filter
@Ajax30 https://twig.symfony.com/doc/1.x/ There is no truncate filter.
truncate
If you have still the problem, feel free to reopen.
Using
{{post.content|truncate(100)}}
or{{post.content|raw|truncate(100)}}
(with Twig 1.44.1) does not work. The application throws anUnknown "truncate" filter
error message.