| <html> | |
| <h2>Final Results</h2> | |
| <body> | |
| <table border=2> | |
| {% for key,value in result.items() %} | |
| <tr> | |
| {# This is the comment sections #} | |
| <th>{{ key }}</th> | |
| <th>{{ value }}</th> | |
| </tr> | |
| {% endfor %} | |
| </table> | |
| </body> | |
| </html> |
| <html> | |
| <h2>Final Results</h2> | |
| <body> | |
| <table border=2> | |
| {% for key,value in result.items() %} | |
| <tr> | |
| {# This is the comment sections #} | |
| <th>{{ key }}</th> | |
| <th>{{ value }}</th> | |
| </tr> | |
| {% endfor %} | |
| </table> | |
| </body> | |
| </html> |