| gio | 5e49bb6 | 2024-07-20 10:43:19 +0400 | [diff] [blame] | 1 | <!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> |
| gio | 1bf0080 | 2024-08-17 12:31:41 +0400 | [diff] [blame] | 7 | <link rel="stylesheet" href="/stat/pico.2.0.6.min.css"> |
| 8 | <link rel="stylesheet" href="/stat/dodo_app.css?v=0.0.8"> |
| gio | 5e49bb6 | 2024-07-20 10:43:19 +0400 | [diff] [blame] | 9 | </head> |
| 10 | <body class="container"> |
| 11 | {{- block "content" . }} |
| 12 | {{- end }} |
| 13 | </body> |
| 14 | </html> |