Files
shoppy/web/templates/web/cart_detail.html
T
2024-12-05 13:33:17 +01:00

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 %}