{% extends 'base.html' %} {% block title %}All Cafes{% endblock %} {% block content %}

All Cafes

{% for row in cafes %} {% for item in row %} {% if item[0:4] == "http" %} {% else %} {% endif %} {% endfor %} {% endfor %}
Maps Link{{ item }}

Return to index page

{% endblock %}