{% load static %} {% block title %}{% endblock %} {% block style %}{% endblock %} {% include 'store/layout/header.html' %} {% include 'store/includes/messages.html' with messages=messages %} {% block body %}{% endblock %} {% include 'store/handlebars/layout.html' %} {% block script %}{% endblock %}
Cart