{% extends 'base.html' %} {% block title %}Search - TouristAI{% endblock %} {% block content %}
{{ results|length }} result{{ results|length|pluralize }} for "{{ query }}"
{{ place.city.name }}, {{ place.city.country }}
{{ place.description|truncatewords:15 }}