perkeep/website/tmpl/page.html

47 lines
1.5 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="camlistore.org git https://camlistore.googlesource.com/camlistore">
{{with $x := .Title}}
<title>{{$x}} - Camlistore</title>
{{else}}
<title>Camlistore</title>
{{end}}
<!-- TODO(mpl): figure out why Index does not toggle (like Overview) -->
<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>
<script type="text/javascript" src="/static/godocs.js"></script>
</head>
<body>
<div id='header'>
<a href="/"><img width='788' height='161' src='/static/camli-header.jpg' title="Camlistore" border='0' /></a>
</div>
<div class='bar'><div class='hatecss'>
<a href='/'>About</a>
<a href='/download'>Download</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>