# Template

The theme provides three layout templates for individual posts, along with a dedicated template designed specifically for pages that display all available [tags](#tag-template) from your publication. These templates define how content is structured and how the feature image is presented.

### Step-by-step:

{% stepper %}
{% step %}
Go to the "**Design & branding**" settings in Ghost Admin and click "**Customize**".
{% endstep %}

{% step %}
Under the **Post** section, locate "**Template**".
{% endstep %}

{% step %}
Select your preferred layout and click "**Save**".
{% endstep %}
{% endstepper %}

### Available Options

* **Classic**: Displays the feature image wider than the content area.
* **Modern** *(default)*: Displays the feature image in a full width layout with an overlay for a modern editorial look.
* **Minimal**: Uses a full width layout with an overlay while hiding the feature image.

{% hint style="success" %}
You can override the default template for any individual post by selecting a different option from the **Template** dropdown inside the post editor.
{% endhint %}

### Tag Template

Breeze includes a dedicated Tag template **designed specifically for pages that display all available tags from your publication**. This template creates a structured and visually organized browsing experience, helping readers explore topics and discover content more easily.

The Tag template only works when assigned to a Ghost page and is not supported for posts or other page types. To use this layout correctly, create a dedicated page for your tags directory and assign the Tag template from the page editor settings.

#### Step-by-step:

{% stepper %}
{% step %}
Go to "Pages" in Ghost Admin and **create a new page**.
{% endstep %}

{% step %}
Add only the page **title** and, **optionally**, an **excerpt description** and **feature image**.
{% endstep %}

{% step %}
Leave the main editor content **completely empty**.
{% endstep %}

{% step %}
Open the page settings panel and locate the "Template" dropdown.
{% endstep %}

{% step %}
Select the "**Tag**" template option
{% endstep %}

{% step %}
Publish the page to display all available publication tags automatically
{% endstep %}
{% endstepper %}

<figure><img src="/files/lfOn5oz11mNI2R2THzrN" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Note: The Tag template is designed exclusively for tag directory pages and will not work correctly when applied to posts or other page layouts. The tags are generated automatically by the theme when the Tag template is selected.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pinathemes.gitbook.io/docs/breeze/customization/post/template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
