79262190

Date: 2024-12-08 09:49:21
Score: 0.5
Natty:
Report link

you're not writing your html as you should. you need to insert <li> tags

<ul>
{% for i in df %}    # tried many option here

    <li>{{ i['foo'] }}</li>

{% endfor %}
<ul>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: folen gateis