blob: fa77d9753d0714081de426ebc5c870fa700660c1 [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">
giobb338e22024-07-18 18:09:22 +04006 <link rel="stylesheet" type="text/css" href="/static/appmanager.css?v=0.0.14">
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>
Davit Tabidzed1b742e2024-07-15 16:01:52 +040013 <main class="container-fluid page-index">
Davit Tabidze3ec24cf2024-05-22 14:06:02 +040014 <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>
Davit Tabidze42a6b8d2024-07-16 19:56:50 +040017 <li><a href="/" class="{{ if (eq .CurrentPage "ALL") }}primary{{ end }}">All</a></li>
18 <li><a href="/installed" class="{{ if (eq .CurrentPage "INSTALLED") }}primary{{ end }}">Installed</a></li>
19 <li><a href="/not-installed" class="{{ if (eq .CurrentPage "NOT_INSTALLED") }}primary{{ end }}">Not Installed</a></li>
Davit Tabidze3ec24cf2024-05-22 14:06:02 +040020 <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>