cenkalti / pyhtml

HTML generation library for Python
Other
72 stars 10 forks source link

Constructing tables #3

Closed cenkalti closed 7 years ago

cenkalti commented 11 years ago

Constructing a table with PyHTML look ugly in my opinion. See this gist. Jinja is more readable when doing a for loop. This is the simplest example. It looks much worse with more complex markup. We have to decide the best way to nest tags and document it and recommend it.

What are our options?