---
title: Apply a page template
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

Now that the template is set up, you can apply it to new landing pages. Let's return to the Xperience administration interface and create a home page to try it out!

> **Info:** At this point, you have not yet designated a home page, so you will get an error when you visit the root of the site. However, you can still sign in to the administration interface through the **/admin** path.

From the dashboard, navigate to the **Kickstart pages** channel and create a new page with the following values:

- **Page name:** Home
- **Content type:** Landing page

![Screenshot of the new page dialog for the home page](https://docs.kentico.com/docsassets/guides/apply-a-page-template/home-page-create-1.png "Screenshot of the new page dialog for the home page")

Then provide the _Home_ page with a _Slogan_ content item to display. Click **Create new** under **Slogan**.

Define a new slogan with the following properties:

- **Content item name:** Welcome slogan
- **Location:** Uncategorized (no folder)
- **Content type:** Slogan

Click **Continue**, and fill out the following properties:

- **Message:** Welcome to the Kickstart project!

🎬 [Video](https://docs.kentico.com/docsassets/guides/apply-a-page-template/home-page-create-2.mp4)

Finally, remember to **_Publish_ both the reusable slogan item and the Home page** that references it.

🎬 [Video](https://docs.kentico.com/docsassets/guides/apply-a-page-template/home-page-publish.mp4)

> **Tip:** **Reusable content items**
>
> The _Slogan_ content item you just created and published can be reused in other pages and different channels.
>
> For example, if you now create another _Landing page_, you can reference the _Welcome slogan_ content item by using the **Select existing** option. If you later decide to change the _Slogan_ of the _Welcome slogan_ item, the change will show on both pages because they are both pointing at the same item in the [Content hub](https://docs.kentico.com/documentation/business-users/content-hub.md).

## Designate the home page of the site

Now that the website can display your page, let's designate it as the home page. This way, if you hit the root domain of the site with no path, the page will display.

Open the **Channel management** application and navigate to **Kickstart pages → Channel settings**.

Enter _/Home_ into the **Home page** setting, and save.

> **Info:** This property takes the **Tree path** of a page. Find this value for any page by visiting it in the _Content tree_ of its channel, choosing **Properties**, and expanding the **Information** section to view the **Tree path** property.

## Check your progress

Your page and content are successfully published.

Try and navigate to the root of your site. You should see the Home page showing our Slogan:

![Root of the website showing the homepage in the browser.](https://docs.kentico.com/docsassets/guides/apply-a-page-template/home-page-display-1.png "Root of the website showing the homepage in the browser.")

When you go back to the administration and navigate to your new **Home** page in the **Kickstart pages** channel and switch to the **Preview** or **Page Builder** tabs, you should be able to see the new item's message displayed on the page.

![Home page in Page Builder mode in Kickstart pages channel](https://docs.kentico.com/docsassets/guides/apply-a-page-template/home-page-display-2.png "Home page in Page Builder mode in Kickstart pages channel")

However, you may notice that when you go to edit the page on the **Page Builder** tab and try to **Publish** your changes there, the button does nothing. The Page Builder area you included in the view is also nowhere to be seen. This is because these features rely on _Page Builder scripts_, which are currently missing.

Keep following along with this series to add a layout view that enables them!

## Continue learning

When you're ready, move on to the next page: [Create a layout view](https://docs.kentico.com/guides/development/developer-kickstart/create-a-layout-view.md)
