Then, go to your browser and search: locahlhost:8080/
You will then be directed to the home page and you select search,
which will redirect you to the query page.
The title is the based on the query that an individual has made. Depending on the query, if the uuid's are valid the gosMAP.Data slices are retrieved via the Get function from the gosMAP documentation. When the values are retrieved, they'll be placed within a page struct.
```go type Page struct{ Title string ReadData []gosMAP.Data } ```