{% extends "bootstrap/base.html" %} {% block title %}This is an example page{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block scripts %} {{super()}} {% endblock %} {% block content %}
Enter a city / more cities that you've been to and liked
{% endif %} {% if results %}Input: {{cities}}
{% for key, value in results.items() %}City | Because you liked | {% for val in value %}
---|---|
{{val[0]}} | {{val[2]}} |