summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: 764f08ecc05c3d5cf59dfb23e0a5c713b416673d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <head>
    <link rel="icon" href="favicon.svg" />
    <link rel="stylesheet" href="/neat.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>