There is a container rule you can use for publishing listings on your web site, as well a page type driver you can use for displaying a single listing.
The container rule is Listings Index. When adding this rule you can select which groups to display listings from, as well as which types of listings.
To view a listing in the context of a whole page, create a new page type using the Listing Details driver. You can then create a new page in your site using the newly-created page type.
To link to a listing, use the url
field in the listing template
data. For instance, if your listing details page is located at /listings/view
,
when you loop over listings you can link to /listings/view/{$listing.url}
.