Project Challenge: Separate HTML Templates
In this lesson, we will render the HTML templates from separate HTML files.
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
HTML
files provided.