The city object
city.name
Returns the name of the city
{{city.name}}
city.url
Returns the url of the city
{{city.url}}
city.locations
Returns the city objects within the city
{{city.locations}}
city.region
Returns the region object the city is within
{{city.region}}
city.country
Returns the country object the city is within
{{city.country}}
city.page_title
Returns the city page title, this will come from the SEO template if the value is not set
{{city.page_title}}
city.page_description
Returns the city page description, this will come from the SEO template if the value is not set
{{city.page_description}}
city.meta_title
Returns the city meta title, this will come from the SEO template if the value is not set
{{city.meta_title}}
city.meta_description
Returns the city meta description, this will come from the SEO template if the value is not set
{{city.meta_description}}