Search⌘ K
AI Features

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.

Problem statement

In this challenge, we will be separating the application logic from the template logic. You are required to implement the following:

  1. Add the template logic to the empty HTML files provided.
...