{% extends "bootstrap/base.html" %} {% block title %}Awesome Recommender{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block scripts %} {{super()}} {% endblock %} {% block content %}
Enter cities that you've been to and liked
{% endif %} {% if results %}Input: {{cities}}
City | Because you liked | {% for val in value %}|
---|---|---|
{{val[0]}} | {{val[2]}} |