aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: ca7d1b17651b3ab197b14f7993058cce3735124c (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
<html>
  <head>
    <title>octopus | index</title>
    <link href="/static/main.css" rel="stylesheet">
  </head>
  <body>
    <div class="wrapper">
      <header>
        <div class="nav">
          <img src="/static/octopus.png" />
          <h1>{{ base.sitename }}</h1>
        </div>
        <div class="nav">
          <a href="">Overview</a>
          <a href="">File Browser</a>
          <a href="">Wiki</a>
        </div>
      </header>

      <div class="wrap">
        <div class="content">
          {{ readme }}
        </div>
      </div>
      
      
    </div>
  </body>
</html>