This is an old revision of the document!
We now want to move the design from a static html
file to using Flask Jinja template rendering.
For this, you must:
templates/_base.html
and templates/index.html
server.py
to call render_template
to actually serve our design.about.html
and a Python method for serving it (fill it with whatever content you want ;) ).