blob: 759ce8762e8c1185e24fa7131f6730f87727abcd [file] [log] [blame]
Giorgi Lekveishvili4257b902023-07-07 17:08:42 +04001<!DOCTYPE html>
2<html lang="en" data-theme="light">
3 <head>
4 <meta charset="utf-8" />
Davit Tabidze3ec24cf2024-05-22 14:06:02 +04005 <link rel="stylesheet" href="/static/pico.2.0.6.min.css">
giof9f0bee2024-06-11 20:10:05 +04006 <link rel="stylesheet" type="text/css" href="/static/appmanager.css?v=0.0.2">
Giorgi Lekveishvili4257b902023-07-07 17:08:42 +04007 <meta name="viewport" content="width=device-width, initial-scale=1" />
Giorgi Lekveishvili4257b902023-07-07 17:08:42 +04008 </head>
9 <body>
Davit Tabidze3ec24cf2024-05-22 14:06:02 +040010 <header class="is-fixed-above-lg is-fixed">
11 {{ block "header" . }}{{ end }}
12 </header>
13 <main class="container page-index">
14 <aside id="menu-nav">
Davit Tabidze014c6962024-06-07 18:37:04 +040015 <nav id="menu" class="is-sticky-above-lg">
Davit Tabidze3ec24cf2024-05-22 14:06:02 +040016 <ul>
17 <li><a href="/" class="{{ if (eq .CurrentPage "ALL") }}outline{{ else }}secondary{{ end }}">All</a></li>
18 <li><a href="/installed" class="{{ if (eq .CurrentPage "INSTALLED") }}outline{{ else }}secondary{{ end }}">Installed</a></li>
19 <li><a href="/not-installed" class="{{ if (eq .CurrentPage "NOT_INSTALLED") }}outline{{ else }}secondary{{ end }}">Not Installed</a></li>
20 <hr>
21 {{ block "extra_menu" . }}{{ end }}
22 </ul>
23 </nav>
24 </aside>
25 <div id="content">
26 {{ block "content" . }}{{ end }}
27 </div>
28 </main>
Davit Tabidze56bcf252024-06-12 19:00:45 +040029 <script src="/static/app-manager.js?v=0.0.2"></script>
Giorgi Lekveishvili4257b902023-07-07 17:08:42 +040030 </body>
31</html>