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.
![Sticky Stacked Navigation](./img/sticky-nav-stacked.png)
Sticky Stacked Navigation
An example of stacked navigation that sticks to the top of the viewport when scrolling content.
![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.