rough staticlist : you provide a list, no query/no asynchroneous
[unfold.git] / plugins / templates / simplelist.html
index 4132c4c..ca30c0c 100644 (file)
@@ -3,8 +3,5 @@
 <thead><tr><th class='simplelist'>{{ header }}</th></tr></thead>
 {% endif %}
 <tbody class='simplelist'>
-{% for item in list %}
-<tr><td>{{ item|safe }}</td></tr>
-{% endfor %}
 </tbody>
 </table>