perkeep/website/tmpl/page.html

44 lines
1.2 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
{.section Title}
<title>{@|html-esc} - Camlistore</title>
{.or}
<title>Camlistore</title>
{.end}
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/all.css" type="text/css" media="all" charset="utf-8">
</head>
<body>
<div id='header'>
<a href="/"><img width='788' height='161' src='/static/camli-header.png' title="Camlistore" border='0' /></a>
</div>
<div class='bar'><div class='hatecss'>
<a href='/'>About</a>
<a href='/code/'>Code</a>
<a href='/contributors'>Contributors</a>
<a href='http://groups.google.com/group/camlistore/'>Mailing List</a>
<a href='http://code.google.com/p/camlistore/w/list'>Wiki</a>
<a href='http://code.google.com/p/camlistore/issues/list'>Bugs</a>
</div></div>
{.section Title}
<h1>{@|html-esc}</h1>
{.end}
<div class='content'>
<!-- Content is HTML-escaped elsewhere -->
{Content}
</div>
<div class='bar'><div class='hatecss'>
</div></div>
<div id='props'>
Website design inspired by <a href="http://git-scm.com/">git</a> and <a href="http://memcached.org/">memcached</a>.
</div>
</body>
</html>