Hi there :)
Can someone help me out with a quick question?
I’m currently using this code to split produt description text after full stop: {{ catalog_item.description|split:'.'|lookup:'0' }} .
However, I’m looking to define a certain numer of characters instead as the split + ending the sentence after a whole word. So for instanse I want this: “The products is great for baking” not this “The products is great for baking wit”
Best,
Mathilde