{% extends 'base.html' %} {% load static %} {% block title %}Orders{% endblock %} {% block javascript %} {% endblock %} {% block content %} {% include 'navbar.html' %} {% include 'includes/card.html' %} {% include 'message.html' %}