| 25 | | 1. Open the file /template.html and review the contents. Each section has been marked out for you with HTML comments. For example, the following section of code indicates the boundaries for the specific content. |
| 26 | | 2. Create a new file using the name indicated (views/layout/Layout.Navigation.cfm) and copy the content in between the comments into the newly created file. Do this for each section. |
| 27 | | 2a. primary.cfm already exists so just replace the contents with the contents in the primary section in /template.html |
| | 25 | 1. Open the file /template.html and review the contents. Each section has been marked out for you with HTML comments. For example, the following section of code indicates the boundaries for the specific content. |
| | 26 | 1. Create a new file using the name indicated (views/layout/Layout.Navigation.cfm) and copy the content in between the comments into the newly created file. Do this for each section (layout.navigation, layout.messagebox, etc). |
| | 27 | a. primary.cfm already exists so just replace the contents with the contents in the primary section in /template.html |