| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en" data-theme="light"> |
| 3 | <head> |
| Davit Tabidze | c6c663f | 2024-07-12 17:35:40 +0400 | [diff] [blame] | 4 | <link rel="stylesheet" href="/static/pico.2.0.6.min.css"> |
| 5 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css"> |
| gio | dd21315 | 2024-09-27 11:26:59 +0200 | [diff] [blame] | 6 | <link rel="stylesheet" href="/static/main.css?v=0.0.2"> |
| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 7 | <meta charset="utf-8" /> |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 9 | <title>{{ block "title" . }}Title{{ end }}</title> |
| 10 | </head> |
| 11 | <body> |
| Davit Tabidze | c6c663f | 2024-07-12 17:35:40 +0400 | [diff] [blame] | 12 | <main class="container"> |
| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 13 | {{ block "main" . }}{{ end }} |
| 14 | </main> |
| 15 | </body> |
| 16 | </html> |