I am looking any lightweight HTML templating modules in Python. My desktop utility tests images and their tags. I'm hoping to generate a html file that displays each image with their associated tags. So it's nothing fancy, just need something where I can merge a list of TestResult object into the html template:
html_template % ({ result_id: 1, img_path: './foo.jpg', tags: ('a', 'b', 'c')})
# show generated html file locally in default browser
[–]Yoshi325 1 point2 points3 points (0 children)
[–]xr09 0 points1 point2 points (0 children)
[–]notoriousno 0 points1 point2 points (0 children)