Now we can create two sample web pages - Home and Movies.
Actually the main index.htm page was already added when we created the web site. The index.htm page will be our home page. We just need to attach our template to it.
Double-click the file to open it and view it in the Design mode. From the main menu choose Format > Dynamic Web Template > Attach Dynamic Web Template.... In the window that will open choose the template.dwt file and click Open. The editable region that we added in the previous step will appear on the page.
In the editable region you can type a welcome text and put any content you would like, for example Welcome to my Web site! My name is... Save the page when you are done.
Now we will create the Movies page. Choose File > New... from the main menu and click Blank page in the New page section. This will add a new page to our Web site.
Repeat the same steps to attach the template to the page and save it as movies.htm in the hobby subfolder under project's main folder (c:\mysimplewebsite\hobby). And again, in the editable region you can type some contents and save the page.