Static Website Generation using Jinja2 Templates
Welcome! About a month ago, I started my journey converting all of the web pages on the Exploring Winnipeg Parks website from being coded manually, to being generated automatically via Python scripts. I started with the web pages that follow a common template, such as individual pages for parks. Today, even the home page and about page are generated via scripts. The templating library I chose is Jinja2. The current version as of this writing is 3.1, which requires Python 3.7 or later. ...