blob: 9755c08f5b2f8ec6b51cfe0ceaaa29556f077e15 [file] [log] [blame]
DTabidze4b44ff42024-04-02 03:16:26 +04001<!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>
gio59946282024-10-07 12:55:51 +04007 <link rel="stylesheet" href="/static/pico.2.0.6.min.css">
8 <link rel="stylesheet" href="/static/main.css?v=0.0.3">
DTabidze4b44ff42024-04-02 03:16:26 +04009</head>
10<body class="container">
Davit Tabidze75d57c32024-07-19 19:17:55 +040011 {{ define "svgIcon" }}
12 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
13 <g fill="none" fill-rule="evenodd">
14 <path d="M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" />
15 <path fill="currentColor" d="m12 13.414l5.657 5.657a1 1 0 0 0 1.414-1.414L13.414 12l5.657-5.657a1 1 0 0 0-1.414-1.414L12 10.586L6.343 4.929A1 1 0 0 0 4.93 6.343L10.586 12l-5.657 5.657a1 1 0 1 0 1.414 1.414z" />
16 </g>
17 </svg>
18 {{ end }}
DTabidze4b44ff42024-04-02 03:16:26 +040019 {{- block "content" . }}
20 {{- end }}
21 {{ if ne .ErrorMessage "" }}
22 <dialog id="error-message" open>
23 <article>
Davit Tabidze5f1a2c62024-07-17 17:57:27 +040024 <h3>Error</h3>
DTabidze4b44ff42024-04-02 03:16:26 +040025 <p id="error-message-content">{{ .ErrorMessage }}</p>
26 <footer>
27 <button id="error-cancel-button" class="secondary error-cancel-button">Close</button>
28 </footer>
29 </article>
30 </dialog>
31 {{ end }}
gio59946282024-10-07 12:55:51 +040032 <script src="/static/main.js"></script>
DTabidze4b44ff42024-04-02 03:16:26 +040033</body>
34</html>