| 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"> | ||||
| 8 | <link rel="stylesheet" href="/static/dodo_app.css?v=0.0.3"> | ||||
| 9 | </head> | ||||
| 10 | <body class="container"> | ||||
| 11 | {{- block "content" . }} | ||||
| 12 | {{- end }} | ||||
| 13 | </body> | ||||
| 14 | </html> | ||||