{# index page, providing a form to submit a city name #} {% extends "base.html" %} {% block title %}World Cities{% endblock %} {% block content %}
You can search for information on cities with a population over 1000. Use the local name. As an alternative, you can directly access city information using "/city/name", e.g., /city/Friedrichshafen.
{% endblock %}