This guide is here to help you create the basic structure for your own personal social website. I used the Flask-Mega tutorial as my guide when developing this. This guide differs in that is a much slimmer and more simplest version. If you wish to explore any of what is being done below in more depth I encourage you to explore the Flask-Mega. The next phase of this project is to integrate Spotify API so that the user can share, stream and chat about music and music related topics. (hence the name Splack)
We use templates here to help create separate HTML files that can work together by referencing one another.
Below we see an example of how it is helpful to use template inheritance to display components that we want to be a part of multiple pages of our application i.e - the nav bar