> ## Documentation Index
> Fetch the complete documentation index at: https://help.experro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

# About Theme Templates

Templates are internally used by all the pages in the base theme. When you visit a page such as `/sale` or `/blog`, the associated template is executed. Template gives you the *layout* of the page. So, that you only have to worry about the content of the page and not the layout or structure of the page.

Base theme supports two types of templates:

| Type                                     | Description                      |
| ---------------------------------------- | -------------------------------- |
| [Default Templates](./default-templates) | Templates comes with base theme. |
| [Custom Templates](./custom-templates)   | Templates that you create.       |

To learn in-depth about the Default and Custom Templates, click on the above hyperlinks.
