{# menu-list override — sectioned price list; tabular-numeral prices right-aligned, dietary badges as hairline pills. #}
{% if heading %}

{{ heading }}

{% endif %} {% if intro %}

{{ intro }}

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

{{ section.title }}

{% endif %} {% if section.note %}

{{ section.note }}

{% endif %}
    {% for item in section.items %}
  • {{ item.name }}{% for badge in item.badges %}{% if badge.label %}{{ badge.label }}{% endif %}{% endfor %}
    {% if item.description %}

    {{ item.description }}

    {% endif %}
    {% if item.price %}{% if currency %}{{ currency }}{% endif %}{{ item.price }}{% endif %}
  • {% endfor %}
{% endfor %}
{% if footnote %}

{{ footnote }}

{% endif %}