> For the complete documentation index, see [llms.txt](https://docs.gutenbricks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gutenbricks.com/getting-started/next-configure-page-template-to-render.md).

# 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>
