{% extends "layout.html" %} {% set active_page = "locations" -%} {% import "utils.html" as util %} {% block container %}
Name | Description | Price | |
---|---|---|---|
{{ dish.name or dish.id }} |
{{ dish.description or "" }}
{% if dish.choices %}
Choices:
{% set comma = joiner(",") %}
{% for choice in dish.choices %}{{ comma() }}
{{ choice[1].name }}{% endfor %}
{% endif %}
|
{{ dish.price_range()|price_range(true) }} |