{% extends "layout.html" %}
{% load i18n %}
{% load promotion_tags %}
{% load category_tags %}
{% load stripe_tags %}
{% load static %}
{% block title %}Checkout{% endblock %}
{% block body_class %}checkout{% endblock %}
{% block layout %}
{% block navigation %}
{% include "partials/nav_primary.html" %}
{% endblock %}