<!--
{
  "availability" : [
    "tvOS: 13.0.0 -",
    "Xcode: 12.5.0 -"
  ],
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/displaying-a-product-or-bundle-in-a-full-page-template",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Displaying a Product or Bundle in a Full-Page Template"
}
-->

# Displaying a Product or Bundle in a Full-Page Template

Specify scrollable and fixed regions in a product page.

## Overview

> Note: This sample code project is associated with WWDC 2019 session [211: Mastering the Living Room with tvOS](https://developer.apple.com/videos/play/wwdc19/211/).

### Configure the Sample Code Project

Before you run the sample code project in Xcode:

To start a local server run the following command in a terminal within the “Server” folder to create a simple webserver.

```
ruby -run -ehttpd . -p9001
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)