diff --git a/django/didgeridoo/webshop/templates/webshop/base.html b/django/didgeridoo/webshop/templates/webshop/base.html index fa6b702..8cd2aa6 100644 --- a/django/didgeridoo/webshop/templates/webshop/base.html +++ b/django/didgeridoo/webshop/templates/webshop/base.html @@ -1,17 +1,62 @@ - - - - -
-

{% block section_title %}Music Instrument Shop{% endblock %}

- {% block content %}{% endblock %} -
- - + + +
+
+
+

+ {% block shop_name %}Music Instruments Inc.{% endblock %} +

+
+
+
+
+
+
+ {% block nav %} + + {% endblock %} +
+
+

+ {% block section_title %}{% endblock %} +

+
+
+ {% block content %}{% endblock %} +
+
+
+ +