diff --git a/templates/menu.html b/templates/menu.html index 76040a4..1268133 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -3,13 +3,13 @@ {% block bodyclass %}menu{% endblock %} {% block content %}

{% block header %}Cocktails{% endblock %}

- {% for name, details in bevs.items() %} -

{{ name }}

- - {% block directions scoped %}{% endblock %} - {% endfor %} +{% for name, details in bevs.items() %} +

{{ name }}

+ + {% block directions scoped %}{% endblock %} +{% endfor %} {% endblock %}