summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: 2e7259876c7384b4bfa2788b068ea893da5d01b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <head>
    <link rel="stylesheet" href="/simple.min.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta charset="utf-8" />
    <title>Archive - Boutalas</title>
  </head>

  <body>
    {% block body %} {% endblock %}
  </body>
</html>