aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
blob: c5f8e303a104d4b849a268f17a4f2d64466353bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>{{title}} - <++></title>
		<link rel="stylesheet" href="/style.css" />
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
		<meta charset="utf-8" />
	</head>
	<body>
		<div id="top">
			<a class="skip" href="#content">Skip to main text</a>
		</div>
		<header>
			<a href="/"><img id="logo" src="/logo.png" alt="<++>" /></a>
		</header>
		<nav>
			<ul>
				<li><a href="/">home</a></li>
				<li><a href="/<++>"><++></a></li>
			</ul>
		</nav>
		<div id="content" role="main">
			<div class="columns">
				<div class="major-column" role="article">
					{{article}}
				</div>
				<div class="minor-column" role="complementary">
					{{complementary}}
					<++>
				</div>
			</div>
		</div>
		<footer>
			<p>Please send general inquiries, corrections and suggestions to the <a href="mailto:<++>"><++></a> mailing list.  Ask in it to join!</p>
			<p>All works on this Website are <++>.</p>
		</footer>
	</body>
</html>