{% 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 %}
{% set comma = joiner(",") %} {% for choice in dish.choices %}{{ comma() }} {{ choice[1].name }}{% endfor %}
|
{{ dish.price_range()|price_range(true) }} |