# Templates

> Every page type in a Shoplazza online store maps to a template. This index lists the template types: index, product, collection, cart, blog, search, 404, and more.

Templates control what's rendered on each type of page in a Shoplazza online store. Each template represents a specific page type, such as the home page, product pages, or collection pages.

For a full introduction, see the [Templates overview](./overview).

## Template types

| Template | Description |
|----------|-------------|
| [index](./home) | Home page |
| [product](./product) | Product detail page |
| [collection](./collection) | Collection listing page |
| [cart](./cart) | Shopping cart page |
| [blog](./blog) | Blog listing page |
| [article](./article) | Blog article page |
| [page](./page) | Static page |
| [search](./search) | Search results page |
| [404](./404) | Page not found |
| [password](./password) | Password-protected store landing page |
| [order](./order) | Customer order detail page |
| [order-verify](./order-verify) | Order lookup page |
| [customers/login](./customers-login) | Customer login page |
| [customers/register](./customers-register) | Customer registration page |
| [customers/addresses](./customers-addresses) | Customer address management |
| [customers/order](./customers-order) | Customer order history detail |
| [customers/reset_password](./customers-reset-password) | Password reset page |
| [customers/reset_success](./customers-reset-success) | Password reset success page |

## Related

* [Liquid templates](./liquid-templates) — How templates use JSON to define section layouts
