snap-0.10.0: project_template/default/snaplets/heist/templates/base.tpl
<html>
<head>
<title>Snap web server</title>
<link rel="stylesheet" type="text/css" href="/screen.css"/>
</head>
<body>
<div id="content">
<apply-content/>
</div>
</body>
</html>