{{ restaurant_name }}
{% if tagline %}
{{ tagline }}
{% endif %}
Appetizers
{% for item in appetizers %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Soups & Salads
{% for item in soups_salads %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Main Courses
{% for item in mains %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Seafood
{% for item in seafood %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Sides
{% for item in sides %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Desserts
{% for item in desserts %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Theme
Font
DM Sans
Inter
Space Grotesk