...

/

Project Challenge: Separate HTML Templates

Project Challenge: Separate HTML Templates

In this lesson, we will render the HTML templates from separate HTML files.

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.
...