Assume that you pass the following context to a template:
todos = ['take a nap', 'get a coffee', 'learn a topic on the Hyperskill']
Find out how many tasks you need to do, and render them with the join filter with an additional <br/> argument.
Assume that you pass the following context to a template:
todos = ['take a nap', 'get a coffee', 'learn a topic on the Hyperskill']
Find out how many tasks you need to do, and render them with the join filter with an additional <br/> argument.
Create a free account to access the full topic