summaryrefslogtreecommitdiffstats
path: root/_default.template.html
blob: a5eff372e884614cfd8c0060c3ade7e382ed42a8 (plain)
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
39
40
41
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>{{title}} | Alpine Linux</title>
<link rel="stylesheet" type="text/css" href="/styles.css"/>
<link rel="stylesheet" type="text/css" href="/font.css"/>
</head>
<body>
  <header>
    <div class="left" style="padding: 10pt;">
    <span class="icon-alpine-logo"></span>
    </div>
    <div id="pagenav">
    <nav>
    <a href="/" class="{{pagestate.index}}">home</a>
    <a href="/downloads" class="{{pagestate.downloads/index}}">downloads</a>
    <a href="/about" class="{{pagestate.about/index}}">about</a>
    <a href="/community" class="{{pagestate.community/index}}">community</a>
  </nav>
  </div>
    <div class="right" style="margin: 2em 0 0 0;" id="sitenav">
<!--     <span>Small Simple Secure</span> -->
     <nav id="#sitenav">
     <span class="right">
     <a href="http://wiki.alpinelinux.org">wiki</a>
     <a href="http://git.alpinelinux.org">git</a>
     <a href="http://bugs.alpinelinux.org">bugs</a>
     <a href="http://alpinelinux.org/forum">forums</a>
     </span>
     </nav>
    </div>
   <p/>
  </header>
  <div class="hidden">
    <article>{{{content}}}</article>
  </div>
  <footer>© Copyright 2014 Alpine Linux Development Team all rights reserved | Privacy Policy
  </footer>
</body>
</html>