{# bottle_menu — cellar list. sections[] and section.items[] are arrays of maps. #}
{% if eyebrow %}
{{ eyebrow }}
{% endif %} {% if title %}

{{ title }}

{% endif %}
{% if sections %}
{% for section in sections %}
{% if section.title %}

{{ section.title }}

{% endif %}
    {% for pour in section.items %}
  • {{ pour.name }} {% if pour.price %}{{ pour.price }}{% endif %} {% if pour.note %}{% endif %}
  • {% endfor %}
{% endfor %}
{% endif %} {% if footnote %}

{{ footnote }}

{% endif %}