Add admin panel, cart, checkout, and digital key delivery
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user