blob: 9cb4e07a259df75bfde6e4afe31c33bca46df585 [file] [log] [blame]
gio5e49bb62024-07-20 10:43:19 +04001<!DOCTYPE html>
2<html lang="en" data-theme="light">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>{{ block "title" . }}{{ end }}</title>
7 <link rel="stylesheet" href="/static/pico.2.0.6.min.css">
giocafd4e62024-07-31 10:53:40 +04008 <link rel="stylesheet" href="/static/dodo_app.css?v=0.0.4">
gio5e49bb62024-07-20 10:43:19 +04009</head>
10<body class="container">
11 {{- block "content" . }}
12 {{- end }}
13</body>
14</html>