aboutsummaryrefslogtreecommitdiff
path: root/templates/core.html
blob: aaa95ceb76f5fae7efd987c053f490e4ce02e188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <link href="/static/main.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    {% block title %}{% endblock %}
  </head>
  <body>
    <div class="container">
      {% block content %}{% endblock %}

<pre>
Generated by <strong>octopus {{ base.version }}</strong>
In compliance with the <a href="https://en.wikipedia.org/wiki/Affero_General_Public_License">AGPL</a> you can find the sources for this software <strong><a href="{{ base.source }}">here</a></strong>!
</pre>
    <div>
  </body>
</html>