---
title: Displaying a Product or Bundle in a Full-Page Template
framework: tvml
role: sampleCode
role_heading: Sample Code
path: sample-code/tvml/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

Overview note: This sample code project is associated with WWDC 2019 session 211: Mastering the Living Room with tvOS. 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

## See Also

### Full-Page Templates

- [alertTemplate](tvml/alerttemplate.md)
- [catalogTemplate](tvml/catalogtemplate.md)
- [compilationTemplate](tvml/compilationtemplate.md)
- [descriptiveAlertTemplate](tvml/descriptivealerttemplate.md)
- [divTemplate](tvml/divtemplate.md)
- [formTemplate](tvml/formtemplate.md)
- [listTemplate](tvml/listtemplate.md)
- [loadingTemplate](tvml/loadingtemplate.md)
- [mainTemplate](tvml/maintemplate.md)
- [menuBarTemplate](tvml/menubartemplate.md)
- [oneupTemplate](tvml/oneuptemplate.md)
- [paradeTemplate](tvml/paradetemplate.md)
- [productBundleTemplate](tvml/productbundletemplate.md)
- [productTemplate](tvml/producttemplate.md)
- [ratingTemplate](tvml/ratingtemplate.md)
