summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: b08a9f93ebe5bc7eb8cf5545818f82800bf65d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <link rel="icon" href="/favicon.svg" />
    <title>Boutalas</title>
  </head>

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