Add admin panel, cart, checkout, and digital key delivery

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-25 05:32:05 +03:00
co-authored by Cursor
parent 08cc4b0f1b
commit 54eaff4c70
32 changed files with 1982 additions and 105 deletions
+6 -4
View File
@@ -21,11 +21,13 @@
<header class="site-header">
<a class="brand" href="/">{{ app_name }}</a>
<nav class="nav" aria-label="Основное меню">
<a href="#catalog">Каталог</a>
<a href="#how">Как купить</a>
<a href="#support">Поддержка</a>
<a href="/#catalog">Каталог</a>
<a href="/lookup">Мой заказ</a>
<a href="/#how">Как купить</a>
</nav>
<a class="header-cta" href="#catalog">В каталог</a>
<a class="header-cta cart-link" href="/cart">
Корзина{% if cart_count %} <span class="cart-badge">{{ cart_count }}</span>{% endif %}
</a>
</header>
<main>{% block content %}{% endblock %}</main>
<footer class="site-footer" id="support">