The syntax for variables is {{ myVar }}
{{ myVar }}
The syntax for expressions such as if and for is {% if ... %}
if
for
{% if ... %}
Thus, instead of writing {{% %}}, you should go with {% %} which is the appropriate syntax.
{{% %}}
{% %}