Custom template filter remove words at beginning of a string
Filter to remove words at the beginning of a string Example: Myvar: "My name is Arthur and django si awesome" {{myvar|wordremoveb:5}} Output: "django is awesome"
- string
- template filter
- remove words