> For the complete documentation index, see [llms.txt](https://highfivethemes.gitbook.io/persona-user-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://highfivethemes.gitbook.io/persona-user-documentation/main-templates/page-template.md).

# Page Template

**Persona** includes a **Page template**, allowing for easy customization and styling of individual pages within your site.

<figure><img src="/files/7RU5DeTFhrzADooXHAgU" alt=""><figcaption></figcaption></figure>

### Hide title and feature image:

**Page template** supports [Ghost's `@page.show_title_and_feature_image` setting](https://ghost.org/docs/themes/helpers/page/#:~:text=in%20your%20theme.-,%40page.show_title_and_feature_image,-%2D%20true%20\(default\)%20or), which when set, allows you to hide the page’s title and feature image, providing a clean and simplified look for any individual page on your site. This feature can be particularly useful for pages where the visual content or text is self-explanatory, and the title or feature image may be deemed unnecessary.

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

#### To hide title and feature image:

* On the Page editor page, click<img src="/files/HEL3YKhepTBJy63K2kqX" alt="" data-size="line">icon in the top right corner to open the **Page settings**
* Then, find **this**<img src="/files/dSORN3Y9zUrTDDs9JdfE" alt="" data-size="line">**toggle** and turn it off to hide title and feature image.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://highfivethemes.gitbook.io/persona-user-documentation/main-templates/page-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
