{{ cafe_name }}
{% if tagline %}
{{ tagline }}
{% endif %}
Coffee
{% for item in coffee %}
{{ item.name }}{% if item.popular %}
Popular
{% endif %}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Tea
{% for item in tea %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Pastries & Baked Goods
{% for item in pastries %}
{{ item.name }}{% if item.popular %}
Popular
{% endif %}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Cold Drinks
{% for item in cold_drinks %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Sandwiches & Light Bites
{% for item in sandwiches %}
{{ item.name }}
{{ item.price }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}
Theme
Font
DM Sans
Inter
Space Grotesk