Project Challenge: Separate HTML Templates
Explore how to separate application logic from template logic in Flask by adding HTML templates and configuring views. Learn to create structured pages with titles for a maintainable web application design.
We'll cover the following...
We'll cover the following...
Problem statement
In this challenge, we will be separating the application logic from the template logic. You are required to implement the following:
- Add the template logic to the empty
HTMLfiles provided.