# Post Template

Elrond theme supports two post layouts: **Default Post template** and "**Post with TOC**".&#x20;

By default, the standard post template is used.\
To enable the **Table of Contents** feature introduced in **Elrond 2.0**, go to the **Post Template** settings and select **"Post with TOC"**.

### Selecting the ***Post with TOC*** Template

1. Go to the **"Post settings"** tab in the Ghost Admin.
2. Open the side menu in the **post settings**, locate the Template option, and choose the **Post with TOC** option.
3. After click Update and Save changes.

To enable the Table of Contents for all posts, simply turn on the **"Enable TOC All Posts"** option in the **Theme Settings**.

This way, you won’t need to manually select the **"Post with TOC"** template for each post.&#x20;


---

# 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://documentation.hedwik.io/elrond/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.
