| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| gio | e71b12b | 2026-07-29 10:02:37 +0400 | [diff] [blame^] | 2 | <html lang="en"> |
| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 3 | <head> |
| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 4 | <meta charset="utf-8" /> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | <title>{{ block "title" . }}Title{{ end }}</title> |
| gio | e71b12b | 2026-07-29 10:02:37 +0400 | [diff] [blame^] | 7 | <link rel="stylesheet" href="/static/base.css?v=0.0.1" /> |
| 8 | <link rel="stylesheet" href="/static/main.css?v=0.0.3" /> |
| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 9 | </head> |
| gio | e71b12b | 2026-07-29 10:02:37 +0400 | [diff] [blame^] | 10 | <body> |
| 11 | <main class="container"> |
| 12 | {{ block "main" . }}{{ end }} |
| 13 | </main> |
| 14 | </body> |
| Giorgi Lekveishvili | 58cb148 | 2023-12-04 12:33:49 +0400 | [diff] [blame] | 15 | </html> |