{% extends 'base.html' %} {% block title %}{{ city.name }} - TouristAI{% endblock %} {% block content %}
{{ city.country }}
{{ city.description }}
{{ place.description|truncatewords:15 }}