diff --git "a/templates/menu.html" "b/templates/menu.html" --- "a/templates/menu.html" +++ "b/templates/menu.html" @@ -3,139 +3,51 @@ - Menu | Restaurant Name + Menu - - - - + + + + + {% for section, items in ordered_menu.items() %} + {% for item in items[:1] %} + + {% endfor %} + {% endfor %} - -
- - -
-
-
-
-
- {{ first_letter }} -
- -
- - + +
+
+
+ {{ first_letter }}
-
-
- - -
-
-
- {% for category in categories %} - - {% endfor %} + - - +
+
+ + + +
+
- - -
- {% if ordered_menu.items()|length == 0 %} -
-

No items available in this category

-

Please try another category or check back later

+ +
+ +
+ {% for category in categories %} + + {% endfor %} + +
+ +
+ +
+ {% if selected_category == "Customized Dish" %} +
+

Create Your Custom Dish

+
+
+ + +
+
+ + +
+
+ +
{% else %} {% for section, items in ordered_menu.items() %} -

{{ section }}

+

{{ section }}

{% for item in items %} -
-