8 lines
221 B
HTML
8 lines
221 B
HTML
{% extends 'theme/base.html' %}
|
|
{% load static i18n %}
|
|
|
|
{% block main %}
|
|
{% include 'components/generic/navbar.html' %}
|
|
<section hx-get="{% url 'web:cart' %}" hx-trigger="load, updated-cart"></section>
|
|
{% endblock %}
|