# Page Template

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

<figure><img src="/files/RvN6VnxUNkMJlvHhLPnm" alt=""><figcaption><p>With image</p></figcaption></figure>

<figure><img src="/files/5T0n679STUTMtUnLHxbX" alt=""><figcaption><p>Without image</p></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/Cz7IqNBwghGcw88HfAJb" 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

***

### Featured Page

When a page is featured, its header will appear differently compared to non-featured pages, offering a unique visual distinction.&#x20;

<figure><img src="/files/Mcwd1IqqR3cxyBrhMIMb" alt=""><figcaption><p>With image</p></figcaption></figure>

<figure><img src="/files/shFqVBoxb1zhbidGCsvv" alt=""><figcaption><p>Without image</p></figcaption></figure>

**Importantly**, deploying full-width blocks on a featured page emulates the [behavior](https://ghost.org/docs/themes/helpers/page/#:~:text=/match%7D%7D-,Styling%20tips%20when%20hiding%20the%20title%20and%20feature%20image,-Whenever%20the%20page) observed when the `@page.show_title_and_feature_image` setting is deactivated on a  non-featured page. This means that:

* Whenever the page title and feature image are hidden, and the page content starts with a full-width card (such cards will have the class `.kg-width-full`), there is no spacing between the page head and content.
* Whenever multiple full-width cards are stacked, there is no spacing between them.
* Whenever content ends with a full-width card, there is no spacing between the content and the footer.


---

# 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://highfivethemes.gitbook.io/digital-user-documentation/main-templates/page-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.
