Skip to content

web

#34: Jinja Templates

A web application that only returns plain strings is boring. To turn your Flask application into something optical pleasing, we need a template engine like Jinja.

#32: First Steps With Flask

It is now time for me to do some web development. I choose the Flask framework because it allows me to start quickly and later add more functionality when I need it.