| 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> |
| 7 | <link rel="stylesheet" href="/static/pico.2.0.6.min.css"> |
| gio | cafd4e6 | 2024-07-31 10:53:40 +0400 | [diff] [blame] | 8 | <link rel="stylesheet" href="/static/dodo_app.css?v=0.0.4"> |
| 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> |