I am building a python web app with Flask.
I got 3 lists (same length) with about 3,000 data each from my python code.
And like to make them into a table in the html file, how should I write the html template (the tr, td things).
I could only find tutorial about passing one single variable to html.
If there are any references for me to study I will appreciate that a lot.