twig_filters is a module for Drupal 8 which provides custom Twig filters.
- In modules, create a directory named custom and copy twig_filters inside. (DrupalSite/modules/custom/twig_filters)
- Install the module in Drupal
Truncate a HTML string without breaking tags. Useful for previews or on Teaser
{{ body|truncatehtml(200)|raw }}