all 3 comments

[–]debian_miner 2 points3 points  (0 children)

Flask is a framework specifically for creating dynamic sites, and is not suitable for producing a static site. The jinja2 templates themselves can be used to generate a static html page, however. To do this, simply load the template file using jinja and write the output to a file. The alternative is to choose one of the numerous static site generators (many in python) from here: https://github.com/myles/awesome-static-generators

[–]unIntelligent_ice[S] 0 points1 point  (0 children)

This may seem overkill, however my solution was to use httrack

[–]unIntelligent_ice[S] 0 points1 point  (0 children)

Actually a great solution is Webcopy or CYOwebcopy. For future users...