rough staticlist : you provide a list, no query/no asynchroneous
[unfold.git] / plugins / templates / simplelist.html
1 <table class='simplelist{%if with_datatables %} with-datatables{% endif %}'>
2 {% if header %}
3 <thead><tr><th class='simplelist'>{{ header }}</th></tr></thead>
4 {% endif %}
5 <tbody class='simplelist'>
6 </tbody>
7 </table>