blob: 37326ece02f94a06b7a5b83629d8ddf269b18a18 [file] [log] [blame]
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04001<!DOCTYPE html>
gioe71b12b2026-07-29 10:02:37 +04002<html lang="en">
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04003 <head>
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04004 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <title>{{ block "title" . }}Title{{ end }}</title>
gioe71b12b2026-07-29 10:02:37 +04007 <link rel="stylesheet" href="/static/base.css?v=0.0.1" />
8 <link rel="stylesheet" href="/static/main.css?v=0.0.3" />
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04009 </head>
gioe71b12b2026-07-29 10:02:37 +040010 <body>
11 <main class="container">
12 {{ block "main" . }}{{ end }}
13 </main>
14 </body>
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +040015</html>