{% extends 'base.html' %} {% block title %}{{ restaurant.name }} - Details{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ restaurant.address }}, {{ restaurant.city }}
No reservations for today
{% endif %}No menu items available
{% endif %}