Each new collection comes with its auto created renders: view preview, teaser, liner and index. We can see them all at one place via Stylebook.
Note about <body> context
Although each render is isolated piece of HTML snippet, it is put in the context of <body>. This way the HTML of the render inherits styles declared on <body>, like for example: 'body { font-family: sans-serif; }'.