1ac901084ceac89d985d6e02cf3c657fd7e274bf
[unfold.git] / plugins / templates / simplelist.html
1 <table class='simplelist{%if with_datatables %} with-datatables{% endif %}'>
2 {% if header %} <thead><tr><th class='simplelist'>{{ header }}</th></tr></thead> {% endif %}
3 <tbody class='simplelist'></tbody>
4 </table>