# Next: Configure Page Template to render

{% embed url="<https://youtu.be/31RnLzJ9trc>" %}

After the block is created from the template, you need to choose the right template to render it on the front-end. There are four different methods:

* **GutenBricks' Built-in Template** - GutenBricks comes with a default page template that renders blocks in full page width. You can also change the name of the template on the settings page.

<figure><img src="/files/IoNkST9ZMgikK4sR4UcF" alt="" width="375"><figcaption></figcaption></figure>

* **GutenBricks - Page Template** - Create a template and set its type to 'GutenBricks - Page Template.' This can be particularly useful if clients want to choose their own page template for rendering a page.
* **The good old Single Template** - Create a 'Single' type template, add a Post Content element, and set its data source to 'WordPress.' This way, the WordPress content will be rendered within the Post Content element.
* **Child Theme** - Choose 'Render with WordPress,' and it will be rendered using the Bricks Builder default template-parts/posts.php. For this option, you will need to create a child theme.

<figure><img src="/files/X7Ak2DOgQN5wrKBvHTHX" alt=""><figcaption><p>This is what you might see after viewing your first GutenBricks page. This is because WordPress is using Bricks Builder's default post template to render the page.</p></figcaption></figure>

### **Setting up GutenBricks - Page Template**

You can let your clients select different templates by creating a 'GutenBricks - Page Template.' If you watched [the tutorial by Paul from WPTuts](https://www.youtube.com/watch?v=keFz6mVEIao), you already know how to use Post Content to render WordPress content.

\
Here is how to set up GutenBricks - Page Template:

1. When you create a new Bricks template choose "GutenBricks - Page Template" as its type

<figure><img src="/files/EXNkecv00aKmAsCg0NP9" alt="" width="315"><figcaption></figcaption></figure>

2. Inside the template, add a Post Content element and set its data source to WordPress.

<figure><img src="/files/5r5gokcoejuyIWlSOncL" alt="" width="542"><figcaption></figcaption></figure>

3. The 'GutenBricks - Page Template' will be visible for your clients to choose from within the Gutenberg editor.

<figure><img src="/files/YNkhPfRaurKTcLzF88wx" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.gutenbricks.com/getting-started/next-configure-page-template-to-render.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.
