October 2018
Intermediate to advanced
332 pages
8h 9m
English
The join filter joins elements of a list with a string, and works in exactly the same way as the list method of the same name. It is given as follows:
{{ ['Python', 'SQLAlchemy'] | join(',') }}
Python, SQLAlchemy