Fixed some indendation
This commit is contained in:
parent
6ff633e2f4
commit
eefbf3c4b4
@ -3,7 +3,7 @@
|
||||
{% block bodyclass %}menu{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{% block header %}Cocktails{% endblock %}</h1>
|
||||
{% for name, details in bevs.items() %}
|
||||
{% for name, details in bevs.items() %}
|
||||
<h2>{{ name }}</h2>
|
||||
<ul>
|
||||
{% for name, amount in details['ingredients'].items() %}
|
||||
@ -11,5 +11,5 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% block directions scoped %}{% endblock %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user