perkeep/website/tmpl/page.html

43 lines
1.3 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 rel="stylesheet" href="/static/all.css" type="text/css" media="all" charset="utf-8">
<script type="text/javascript" src="/static/all-async.js" async="true"></script>
</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='/docs/'>Docs</a>
<a href='/code/'>Code</a>
<a href='/contributors'>Who</a>
<a href='/lists'>Lists</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>
<div class='content'>
<!-- Content is HTML-escaped elsewhere -->
{Content}
</div>
<div class='bar'><div class='hatecss'>
</div></div>
<div id='props'>
Website layout inspired by <a href="http://git-scm.com/">git</a> and <a href="http://memcached.org/">memcached</a>,<br />
design done by <a href="http://upallday.com/">up all day</a> creative solutions.<br />
Content by <a href="/contributors">the authors</a>.
</div>
</body>
</html>