{% extends 'base.html' %} {% load static %} {% block title %} Place Order{% endblock %} {% block css %} {% endblock %} {% block content %}
{% include 'customer_header.html' %}
{% include 'customer_sidebar.html' %}
{% include 'customer_footer.html' %}
{% endblock %} {% block js %} {% endblock %}