aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html.j2
blob: 066c39ef42ec2496ab4aeba7ef4e10a3335c10c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <title>diddle 👉👈</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <link rel="stylesheet" href="/static/styles.css"></link>
</head>
<body>
  <h1><a href="/">diddle 👉👈</a></h1>
  {% block content %}{% endblock %}
</body>
</html>