{% extends 'base.html' %} {% block title %}{{ place.name }} - TouristAI{% endblock %} {% block content %}
{{ place.city.name }}, {{ place.city.country }}
{% if place.address %}{{ place.address }}
{% endif %}{{ place.description }}
{% if place.wikipedia_url %} Wikipedia {% endif %}