# Contents

> What's in the Tabler Emails download: the template folders, the shared images, the license and the readme.

See what is inside the Tabler Emails package - folder structure, compiled HTML templates ready to use, and editable source files.

Source: https://docs.tabler.io/emails/contents

---

## Folder structure

Once you unzip the downloaded file, you will see the following structure:

```text
tabler-emails/
├── emails/
|  ├── absence/
|  |  ├── assets/
|  |  ├── compiled.html
|  |  ├── compiled-dark.html
|  |  ├── source.html
|  |  ├── source-dark.html
|  |  ├── screenshot.jpg
|  |  ├── screenshot-dark.jpg
|  |  ├── screenshot-mobile.jpg
|  |  └── screenshot-mobile-dark.jpg
|  ├── access-token/
|  ├── account-deleted/
|  ├── .../
|  ├── welcome/
|  └── whishlist/
├── images/
|  ├── chart-donuts/
|  ├── icons/
|  ├── illustrations/
|  └── overlays/
├── license.txt
└── readme.html
```

## What each folder contains

### 1. Email templates: `emails/`

This folder contains 123 email subfolders, each with a specific template. Each email folder contains the following files:

- Compiled HTML files for light and dark themes. Read more about their usage in the [Compiled templates](/emails/compiled-html) section.
- Source HTML files for light and dark themes. Find more information in the [Source templates](/emails/source-html) section.
- Screenshot images for desktop and mobile views.
- Assets folder with images used in the email template and the CSS file with styles.

### 2. Images: `images/`

It contains 4 subfolders with images used across the different email templates:

- `chart-donuts/`: Images of donut charts with different fills.
- `icons/`: [Tabler Icons](/icons) used in the email templates, in PNG version.
- `illustrations/`: PNG versions of [Tabler Illustrations](/illustrations) for light and dark themes.
- `overlays/`: Overlay images used in the email templates.

### 3. License: `license.txt`

This file contains the license information for the Tabler Emails package.

### 4. Readme: `readme.html`

This file contains the main information about the Tabler Emails package, including a brief description and instructions on how to use it.

You can buy Tabler Emails at [tabler.io/emails](https://tabler.io/emails).
