You're getting that error because there is a space between { and % where the for tag begins.
Change this - { % to look like this - {%, i.e. remove the space between { and %:
{% for post in post_list %}
...
{% endfor %}
0
votes
Check the space between the first { and the % sign.
It should be {%
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more