Starter Pages
Common page layout examples.
![basic page template](./img/basic.png)
Basic Page
Basic page with CSS and javascript includes, top header navigation, and a List View in the body.
![HTTP error pages](./img/404.png)
404 Page
Basic 404 error page, indicating a client-side error, which indicates the requested page has been removed or the URL is incorrect.
![500 level error pages](./img/500.png)
500 Page
Basic 500 level error page. Indicates a server side error, so no dynamic information is presented.