aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
blob: cc39b4efba5a75ae7e078b2d010711c259050bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
  <title>HAIP circles!</title>
  <!-- <link href="/static/css/default.css" rel="stylesheet"> -->
  <style type="text/css">
    {% block style %}{% endblock %}
  </style>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>