{% extends "mysite_master.html" %} {% load static %} {% block navigation %} Home About us Shop Contact Us Account MK Aquarium Home About Us Shop Contact Us Light Dark Auto {% if user.is_authenticated %} Welcome, {{ user.username|capfirst }} Dashboard My Orders Wishlist Logout {% else %} Login {% endif %} {% if user.is_authenticated %} {{ cart_item_count }} {% endif %} {% endblock navigation %} {% block content %} {% endblock content %}