{{ define "address_autocomplete" }}
{{ end }} {{define "geojson"}}{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [{{index .Point 0}}, {{index .Point 1}}], }, "properties": { "label": "{{.Properties.label}}" } }{{end}}