%#template to generate a HTML table from a list of tuples (or list of lists, or tuple of tuples or ...)

Your Done TODO Items:

%for row in rows: %id, title = row %for col in row: %end %end
{{col}} Edit

Create New item