1👍
✅
This line is invalid:
c = Context({'posts': })
There needs to be a value there:
c = Context({'posts': posts})
Source:stackexchange.com
1👍
This line is invalid:
c = Context({'posts': })
There needs to be a value there:
c = Context({'posts': posts})