aboutsummaryrefslogtreecommitdiff
path: root/templates/core.html
blob: 808dc4c695eb53ca5732418a2bd2a0f584a5f6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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 %}

      <hr/>
      <pre>Generated by octopus v0.0.0</pre>
    <div>
  </body>
</html>