<link rel="stylesheet" href="/home/home.css" type="text/css">
</head>
<body>
<!-- the following chtml statements provide space for customized breadcrumbs
see http://www.washington.edu/webguides/ for breadcrumb and header documentation
-->
<!--chtml include "//admin/insert your path to crumbs file/crumbs.inc"-->
<!--chtml call crumbs(insert your breadcrumb name)-->
<!--chtml call crumbs(insert your breadcrumb name)-->
<!-- the following chtml statement inserts the banner image -->
<!--chtml set bannernorepeat="samples/template_files/long.logo.jpg"-->
<!-- the following chtml statement provides the standard UW header -->
<!--chtml include "//home/incs/emheader.inc"-->
<h1>Page Heading</h1>
<ul>
<li>contents item</li>
<li>contents item</li>
</ul>
<p>
Web page Contents
</p>
<!--chtml include "//home/incs/footer.inc"-->
</body>
</html>