blob: 624f9081c57ffd66f1422d5f0224fe00e6eb6f2a [file] [log] [blame]
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04001<!DOCTYPE html>
2<html lang="en" data-theme="light">
3 <head>
Davit Tabidzec6c663f2024-07-12 17:35:40 +04004 <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">
giodd213152024-09-27 11:26:59 +02006 <link rel="stylesheet" href="/static/main.css?v=0.0.2">
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04007 <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 Tabidzec6c663f2024-07-12 17:35:40 +040012 <main class="container">
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +040013 {{ block "main" . }}{{ end }}
14 </main>
15</body>
16</html>