parsav  docskel.tpl at [25e05466d5]

File view/docskel.tpl artifact 1d38dac966 part of check-in 25e05466d5


<!doctype html>
<html>
	<head>
		<title>@instance :: @title</title>
		<link rel="stylesheet" href="/style.css">
	</head>
	<body>
		<h1>@title</h1>
		@body
	</body>
</html>