# Template

This theme includes four layout templates for individual posts. These templates control the page layout and how the feature image is displayed at the top of each post.

### Step-by-step:

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

{% step %}
In the theme settings tab, find the **"Template"** option under the **Post** section.
{% endstep %}

{% step %}
Choose your preferred option.
{% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

### Available options

* **Classic** (*default*) – Displays the feature image at the same width as the post content.
* **Modern** – Displays the feature image wider than the post content area.
* **Infinity** – Displays the feature image at full width across the screen.
* **Writer** – Hides the feature image entirely on individual posts.

{% hint style="info" %}
You can override the default template for any **post** or **page** by selecting a different option in the **"Template"** dropdown inside the Ghost post editor.
{% 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://docs.ektothemes.com/guides/craft/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.
