{% extends 'bootstrap/base.html' %} {% block title %}Restaurants{% endblock %} {% block content %}

All Cafes

{% for h in cafes.pop(0) %} {% endfor %} {% for row in cafes %} {% for attr in row %} {% endfor %} {% endfor %}
{{ h }}
{% if attr.startswith('http') %} {{ attr }} {% else %} {{ attr }} {% endif %}

Return to index page

Add the cafe

{% endblock %}